Set uniq CF ids to type

pull/5334/head
Oliver Günther 7 years ago
parent 676a7a4cf0
commit 2754564b73
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      app/services/base_type_service.rb

@ -79,6 +79,6 @@ class BaseTypeService
end
end
type.custom_field_ids = active_cf_ids
type.custom_field_ids = active_cf_ids.uniq
end
end

Loading…
Cancel
Save