Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Error in redmine 2.2 #25

Open
alexeyq2 opened this issue Sep 3, 2013 · 0 comments
Open

Error in redmine 2.2 #25

alexeyq2 opened this issue Sep 3, 2013 · 0 comments

Comments

@alexeyq2
Copy link

alexeyq2 commented Sep 3, 2013

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

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

No branches or pull requests

1 participant