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
An error occurred while loading the routes definition of worklogs plugin /apps/redmine/htdocs/plugins/worklogs/config/routes.rb): Invalid route name, already in use: 'review_worklog'
You may have defined two routes with the same name using the :as option, or you may be overriding a route already defined by a resource with the same naming.
For the latter, you can restrict the routes created with resources as explained here:
redmine 3.2.1 install worklogs :
An error occurred while loading the routes definition of worklogs plugin /apps/redmine/htdocs/plugins/worklogs/config/routes.rb): Invalid route name, already in use: 'review_worklog'
You may have defined two routes with the same name using the
:as
option, or you may be overriding a route already defined by a resource with the same naming.For the latter, you can restrict the routes created with
resources
as explained here:http://guides.rubyonrails.org/routing.html#restricting-the-routes-created.
The text was updated successfully, but these errors were encountered: