Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using with redmine 3.3 #10

Open
dirk65 opened this issue Jul 20, 2016 · 0 comments
Open

Error when using with redmine 3.3 #10

dirk65 opened this issue Jul 20, 2016 · 0 comments

Comments

@dirk65
Copy link

dirk65 commented Jul 20, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant