Keep *_id attributes for search backend (needed to ticket selector on search backend).

This commit is contained in:
Martin Edenhofer 2015-10-24 14:07:59 +02:00
parent 79be90c700
commit 2e84756b0e

View file

@ -122,9 +122,6 @@ returns
# save name of ref object
attributes_new[ attribute_name ] = value
if !keep_attributes[ attribute_name_with_id.to_sym ]
attributes.delete(key)
end
}
attributes_new.merge(attributes)
end