Patch for the Redmine Collapse plugin ยป collapse_plugin_error.patch
vendor/plugins/redmine_collapse/app/views/left_menu/_projects.rhtml | ||
---|---|---|
1 | 1 |
<h3><%= l(:label_project_plural) %></h3> |
2 |
<% user_projects_by_root = User.current.projects.find(:all, :include => :parent).group_by(&:root) %>
|
|
2 |
<% user_projects_by_root = User.current.projects.find(:all).group_by(&:root) %> |
|
3 | 3 |
<div id="projects"> |
4 | 4 |
<ul> |
5 | 5 |
<% user_projects_by_root.keys.sort.each do |root| %> |