redmine_private_wiki icon indicating copy to clipboard operation
redmine_private_wiki copied to clipboard

Error in redmine 2.2

Open alexeyq2 opened this issue 11 years ago • 0 comments

The fix in #20 makes the plugin incompatible with redmine 2.2. It doesn't work:

NoMethodError (undefined method `project_wiki_page_path' for #WikiController:0x91c7dd0):

I changed the code back

redirect_to project_wiki_page_path(@project, @page.title)

    redirect_to project_wiki_path(@project, @page.title)

And it works with my redmine 2.2.3.stable

alexeyq2 avatar Sep 03 '13 16:09 alexeyq2