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
Updated by Eric Davis about 15 years ago
- Status changed from New to 7
- Assignee set to Eric Davis
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from 7 to Closed
- Resolution set to Duplicate
Actions