Vote #66466
完了Project tree structure is broken by deleting the project with the subproject
0%
説明
The project tree breaks by the following operating it.
- Make the following project tree.
- Project A
- SubProject of A
- Project B
SubProject of B
Delete Project A with the SubProject.
This problem was confirmed by version 0.9.1.
journals
Fixed in r3354.
Fixing your project tree can be done by running the following command from your Redmine directory:
ruby script/runner -e production 'Project.rebuild!'
--------------------------------------------------------------------------------
Merged in r3381.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,5099,When deleting a project with children, the database seems to become corrupted