impaktapps-ui-builder 0.0.382-alpha.319 → 0.0.382-alpha.320
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9158,14 +9158,7 @@ var service = (funcParams) => {
|
|
|
9158
9158
|
serviceHolder: this,
|
|
9159
9159
|
eventGroups
|
|
9160
9160
|
};
|
|
9161
|
-
funcParams.store.setSchema(
|
|
9162
|
-
(pre) => {
|
|
9163
|
-
return {
|
|
9164
|
-
...funcParams.schema,
|
|
9165
|
-
properties: { ...funcParams.schema.properties }
|
|
9166
|
-
};
|
|
9167
|
-
}
|
|
9168
|
-
);
|
|
9161
|
+
funcParams.store.setSchema(funcParams.schema);
|
|
9169
9162
|
funcParams.uiSchema.elements.push(notifyUiSchema);
|
|
9170
9163
|
funcParams.store.setUiSchema(funcParams.uiSchema);
|
|
9171
9164
|
await executeRefreshHandler({
|