Commit 6531c3f8 authored by Eric Davis's avatar Eric Davis

Preselect the issue custom fields from the source project when copying. #4045

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2933 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 945ea9b0
......@@ -391,6 +391,7 @@ class Project < ActiveRecord::Base
copy.enabled_modules = project.enabled_modules
copy.trackers = project.trackers
copy.custom_values = project.custom_values.collect {|v| v.clone}
copy.issue_custom_fields = project.issue_custom_fields
return copy
else
return nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment