@xuda.io/runtime-bundle 1.0.1300 → 1.0.1301
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
|
@@ -8714,7 +8714,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8714
8714
|
var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[queue_obj.dsSession];
|
|
8715
8715
|
_ds.currentRecordId = currentRecordId || queue_obj.paramsP.currentRecordId;
|
|
8716
8716
|
|
|
8717
|
-
console.info(queue_obj.dsSession, _ds.currentRecordId);
|
|
8717
|
+
// console.info(queue_obj.dsSession, _ds.currentRecordId);
|
|
8718
8718
|
|
|
8719
8719
|
var datasource_changes = {
|
|
8720
8720
|
[_ds.dsSession]: { [_ds.currentRecordId]: 'set' },
|
|
@@ -15890,7 +15890,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
15890
15890
|
//////////////////////////
|
|
15891
15891
|
|
|
15892
15892
|
let plugin_name = prop['xu-widget'],
|
|
15893
|
-
method = prop['xu-method'],
|
|
15893
|
+
method = prop['xu-method'] || '_default',
|
|
15894
15894
|
dsP = paramsP.dsSessionP,
|
|
15895
15895
|
propsP = prop,
|
|
15896
15896
|
sourceP = 'widgets';
|
|
@@ -8715,7 +8715,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8715
8715
|
var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[queue_obj.dsSession];
|
|
8716
8716
|
_ds.currentRecordId = currentRecordId || queue_obj.paramsP.currentRecordId;
|
|
8717
8717
|
|
|
8718
|
-
console.info(queue_obj.dsSession, _ds.currentRecordId);
|
|
8718
|
+
// console.info(queue_obj.dsSession, _ds.currentRecordId);
|
|
8719
8719
|
|
|
8720
8720
|
var datasource_changes = {
|
|
8721
8721
|
[_ds.dsSession]: { [_ds.currentRecordId]: 'set' },
|
|
@@ -13615,7 +13615,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
13615
13615
|
//////////////////////////
|
|
13616
13616
|
|
|
13617
13617
|
let plugin_name = prop['xu-widget'],
|
|
13618
|
-
method = prop['xu-method'],
|
|
13618
|
+
method = prop['xu-method'] || '_default',
|
|
13619
13619
|
dsP = paramsP.dsSessionP,
|
|
13620
13620
|
propsP = prop,
|
|
13621
13621
|
sourceP = 'widgets';
|