Actions
Defect #7498
closedchildrenHash is not initialized preventing startup in some cases
Start date:
2011-01-31
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
On a new redmine installation, some scenari prevent redmine from starting altogether if childrenHash is not initialized.
The attached one-liner fixes the issue
Files
Updated by Jean-Baptiste Barth about 14 years ago
- Assignee set to Jean-Baptiste Barth
- Resolution deleted (
Fixed)
It shouldn't happen, TreeNode#initialize
method is called since it's aliases to old_initilize
method in lib/redmine/menu_manager.rb
.
Could you give us the informations requested at SubmittingBugs and/or minimal steps to reproduce. And also, if you can, check you don't have a "rubytree" gem in your system gems ?
Thanks
Updated by Jean-Baptiste Barth almost 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
No interest in this issue, I guess it's solved.
Actions