We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing the plugin and enabling it for a project the web page breaks. The message from the logfile is:
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"importer", :id=>"mango-hw-architecture", :project_id=>#}): 42: <% end %> 43: 44: <%= page_header_title %> 45: 46: <% if display_main_menu?(@project) %> 47: 48: <%= render_main_menu(@project) %> lib/redmine/menu_manager.rb:150:in `render_single_menu_node' lib/redmine/menu_manager.rb:102:in `render_menu_node' lib/redmine/menu_manager.rb:91:in `block in render_menu' lib/redmine/menu_manager.rb:166:in `block in menu_items_for' lib/redmine/menu_manager.rb:163:in `each' lib/redmine/menu_manager.rb:163:in `menu_items_for' lib/redmine/menu_manager.rb:90:in `render_menu' lib/redmine/menu_manager.rb:80:in `render_main_menu' app/views/layouts/base.html.erb:45:in `_app_views_layouts_base_html_erb__1109490136092492547_70167698725960'
I found the following issue that indicates that /config/routes.rb must be updated starting in version 1.4.
http://www.redmine.org/issues/9778
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing the plugin and enabling it for a project the web page breaks. The message from the logfile is:
I found the following issue that indicates that /config/routes.rb must be updated starting in version 1.4.
http://www.redmine.org/issues/9778
The text was updated successfully, but these errors were encountered: