Actions
Bug #4459
closedUI plugin pages error finding root_path
Description
Encountered during UI plugin work
Fix is to change in _topbar.html.erb
<%= link_to "Foreman", root_path >
to
<= link_to "Foreman", main_app.root_path %>
Updated by Dominic Cleal over 11 years ago
- Status changed from Assigned to Ready For Testing
- Target version set to 1.9.1
Updated by Thomas McKay over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Updated by Dominic Cleal about 11 years ago
- Related to Bug #4194: session timeout fails to redirect to foreman login screen added
Actions