##// END OF EJS Templates
Preselect the issue custom fields from the source project when copying. #4045...
Eric Davis -
r2819:6531c3f88721
parent child
Show More
@@ -391,6 +391,7 class Project < ActiveRecord::Base
391 391 copy.enabled_modules = project.enabled_modules
392 392 copy.trackers = project.trackers
393 393 copy.custom_values = project.custom_values.collect {|v| v.clone}
394 copy.issue_custom_fields = project.issue_custom_fields
394 395 return copy
395 396 else
396 397 return nil
General Comments 0
You need to be logged in to leave comments. Login now