You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I install the plugin in an redmine 3.3 environment with ruby 2.3.0, rails 4.2.6 and the RedCloth 4 Plugin it seemed to be working fine, but if I want to change the order of wiki-pages in the document, I get the following error and the wiki-page, that I wanted to change was deleted from the document.
Processing by DocPuWikiController#edit_order as HTML
Parameters: {"authenticity_token"=>"LBjjtFsfasdfsadfWERWERWQerjk05jtGkTKpMpPhDzjRnzlzAZ8eYZ2s/kOmGstfPlSdnGnNbX+SS8NQm0w==", "doc_pu_id"=>"3", "doc_pu_wiki"=>{"move_to"=>"higher"}, "id"=>"8", "project_id"=>"test"}
Current user: abcdef (id=29)
Completed 500 Internal Server Error in 16ms (ActiveRecord: 10.2ms)
ArgumentError (wrong number of arguments (given 2, expected 1)):
plugins/redmine_doc_pu/app/controllers/doc_pu_wiki_controller.rb:55:in `edit_order'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
plugins/redmine_dmsf/lib/redmine_dmsf/webdav/no_parse.rb:33:in `call'
I think, that could be a problem with one software version. Perhaps you have a solution.
The text was updated successfully, but these errors were encountered:
If I install the plugin in an redmine 3.3 environment with ruby 2.3.0, rails 4.2.6 and the RedCloth 4 Plugin it seemed to be working fine, but if I want to change the order of wiki-pages in the document, I get the following error and the wiki-page, that I wanted to change was deleted from the document.
I think, that could be a problem with one software version. Perhaps you have a solution.
The text was updated successfully, but these errors were encountered: