8602-refatorAndCreateEntry #1584

Merged
pablone merged 31 commits from 8602-refatorAndCreateEntry into test 2025-03-18 08:41:59 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit cc8aa4def0 - Show all commits

View File

@ -606,9 +606,7 @@ function removeTextValue(data, getChanges) {
data.updates = changes.filter((change) => Object.keys(change.data).length > 0);
}
if ($attrs?.beforeSaveFn) {
data = $attrs.beforeSaveFn(data, getChanges);
}
if ($attrs?.beforeSaveFn) data = $attrs.beforeSaveFn(data, getChanges);
return data;
}