@xuda.io/runtime-bundle 1.0.1041 → 1.0.1042
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
|
@@ -11793,7 +11793,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11793
11793
|
fields_arr,
|
|
11794
11794
|
attr_value,
|
|
11795
11795
|
};
|
|
11796
|
-
func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'execute_xu_render_attributes', obj, new_job,
|
|
11796
|
+
func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'execute_xu_render_attributes', obj, new_job, elem_val.$elm, elem_val.$elm.data().xuData.paramsP.dsSessionP);
|
|
11797
11797
|
}
|
|
11798
11798
|
}
|
|
11799
11799
|
}
|
|
@@ -9518,7 +9518,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9518
9518
|
fields_arr,
|
|
9519
9519
|
attr_value,
|
|
9520
9520
|
};
|
|
9521
|
-
func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'execute_xu_render_attributes', obj, new_job,
|
|
9521
|
+
func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'execute_xu_render_attributes', obj, new_job, elem_val.$elm, elem_val.$elm.data().xuData.paramsP.dsSessionP);
|
|
9522
9522
|
}
|
|
9523
9523
|
}
|
|
9524
9524
|
}
|