Actions
Defect #4046
closedCopy project doesn't honor entry in "Subproject of"-field
Start date:
2009-10-17
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
I would expect there is a line missing in app/controllers/projects_controller.rb in method copy inside the if @project.copy(params[:id])
@project.set_parent!(params[:project]['parent_id']) if params[:project].has_key?('parent_id')
I am sorry for not creating patch file, but i seem to have some trouble with linefeeds.
Related issues
Actions