Merge branch 'v8/feature/block-list-data-structure-v3' into v8/feature/block-list-settings-validation

This commit is contained in:
Shannon
2020-07-23 23:54:44 +10:00

View File

@@ -271,7 +271,7 @@
var removed = vm.layout.splice(layoutIndex, 1);
removed.forEach(x => {
// remove any server validation errors associated
var guid = udiService.getKey(x.udi);
var guid = udiService.getKey(x.contentUdi);
serverValidationManager.removePropertyError(guid, vm.umbProperty.property.culture, vm.umbProperty.property.segment, "", { matchType: "contains" });
});