[25091] Don't take over the timestamp values from old project

[ci skip]
pull/5535/head
Oliver Günther 8 years ago
parent fd84c9277f
commit d9456e5a60
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      app/models/project/copy.rb

@ -33,7 +33,7 @@ module Project::Copy
base.send :include, self::CopyMethods
# things that are explicitly excluded when copying a project
base.not_to_copy ['id', 'name', 'identifier', 'status', 'lft', 'rgt']
base.not_to_copy ['id', 'created_on', 'updated_on', 'name', 'identifier', 'status', 'lft', 'rgt']
# specify the order of associations to copy
base.copy_precedence ['members', 'versions', 'categories', 'work_packages', 'wiki']

Loading…
Cancel
Save