Skip to content

fix copying of master record and all collection items

Chernykh Denys requested to merge fix/collection-copy into master

There is an issue with copying of table attributes (particularly, with collection items). Each FK attribute of the collection item is copied in case it is associated with master entity. Such behavior cause situation when entries from dictionaries are also copied (though they doesn't have to): Screenshot_from_2021-01-25_11-20-09

Instead only the attributes that point to the copied master entity record must be copied. Other references must still the same.

Edited by Chernykh Denys

Merge request reports

Loading