Defect #4045
Copy project don't copy custom field enabled settings
Status: | Closed | Start date: | 2009-10-17 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Administration | |||
Target version: | 0.9.0 | |||
Resolution: | Fixed | Affected version: |
Description
I would guess there is a line missing in models/project.rb in method self.copy_from(project)
copy.issue_custom_fields = project.issue_custom_fields
Related issues
Associated revisions
Preselect the issue custom fields from the source project when copying. #4045
History
#1
Updated by Eric Davis over 12 years ago
- Status changed from New to 7
- Assignee set to Eric Davis
#2
Updated by Eric Davis over 12 years ago
- Status changed from 7 to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Thanks, applied in r2933