Skip to content

Commit f37e4b1

Browse files
authored
[Bug, EC] PEES-824: Fix applyDefaults logic in fieldcollections.js (#1053)
1 parent 2277ddd commit f37e4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/pimcore/object/tags/fieldcollections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ pimcore.object.tags.fieldcollections = Class.create(pimcore.object.tags.abstract
468468
containerName: this.fieldConfig.name,
469469
containerKey: type,
470470
index: index,
471-
applyDefaults: true,
471+
applyDefaults: !ignoreChange,
472472
},
473473
false,
474474
false,

0 commit comments

Comments
 (0)