@xuda.io/runtime-bundle 1.0.763 → 1.0.764
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12613,9 +12613,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12613
12613
|
} else {
|
|
12614
12614
|
new_arr[arr_idx] = value;
|
|
12615
12615
|
}
|
|
12616
|
-
datasource_changes[_dsP][_ds.currentRecordId][reference_source_obj.fieldIdP] = new_arr;
|
|
12616
|
+
// datasource_changes[_dsP][_ds.currentRecordId][reference_source_obj.fieldIdP] = new_arr;
|
|
12617
12617
|
|
|
12618
|
-
datasource_changes = {
|
|
12618
|
+
let datasource_changes = {
|
|
12619
12619
|
[_dsP]: {
|
|
12620
12620
|
[_ds.currentRecordId]: {
|
|
12621
12621
|
[reference_source_obj.fieldIdP]: new_arr,
|
|
@@ -10323,9 +10323,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10323
10323
|
} else {
|
|
10324
10324
|
new_arr[arr_idx] = value;
|
|
10325
10325
|
}
|
|
10326
|
-
datasource_changes[_dsP][_ds.currentRecordId][reference_source_obj.fieldIdP] = new_arr;
|
|
10326
|
+
// datasource_changes[_dsP][_ds.currentRecordId][reference_source_obj.fieldIdP] = new_arr;
|
|
10327
10327
|
|
|
10328
|
-
datasource_changes = {
|
|
10328
|
+
let datasource_changes = {
|
|
10329
10329
|
[_dsP]: {
|
|
10330
10330
|
[_ds.currentRecordId]: {
|
|
10331
10331
|
[reference_source_obj.fieldIdP]: new_arr,
|