@xuda.io/runtime-bundle 1.0.1280 → 1.0.1281
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.
|
@@ -28263,9 +28263,9 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
28263
28263
|
const watchedUser = createWatchedObject(_ds, async (change) => {
|
|
28264
28264
|
console.log('Change detected:', change);
|
|
28265
28265
|
try {
|
|
28266
|
-
|
|
28266
|
+
_session.DS_GLB[dsSessionP].watcher = {};
|
|
28267
28267
|
|
|
28268
|
-
_.set(_session.DS_GLB[dsSessionP], change.path, change.newValue);
|
|
28268
|
+
_.set(_session.DS_GLB[dsSessionP].watcher, change.path, change.newValue);
|
|
28269
28269
|
|
|
28270
28270
|
await func.action.execute(SESSION_ID, 'act_refresh', _session.DS_GLB[dsSessionP], null, null, null, $elm);
|
|
28271
28271
|
} catch (error) {}
|