Commit dbf755ae authored by James Lopez's avatar James Lopez

small fix

parent da60baf2
......@@ -15,6 +15,7 @@ module Projects
update_user_references(relation_hash, members_map)
imported_object = klass.new(relation_hash)
imported_object.importing = true if imported_object.respond_to?(:importing)
imported_object
end
private
......
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