Open alexeyq2 opened 11 years ago
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_path(@project, @page.title)
And it works with my redmine 2.2.3.stable
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)
And it works with my redmine 2.2.3.stable