Actions
Defect #4721
closedSubprojects list error after redmine update(0.8.7-->0.9.1)
Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-02-03
Due date:
% Done:
100%
Estimated time:
Resolution:
Invalid
Affected version:
Description
After upgrade(0.8.7-->0.9.1), the tab "Projects" produces an error:
NoMethodError in Projects#index
Showing app/views/projects/index.rhtml where line #9 raised:
undefined method `<' for nil:NilClass
Extracted source (around line #9):
6:
7: <h2><%=l(:label_project_plural)%></h2>
8:
9: <%= render_project_hierarchy(Projects Projects)%>
10:
11: <% if User.current.logged? %>
12: <p style="text-align:right;">
Previously, we had a subprojects.
Related issues
Actions