@xuda.io/runtime-bundle 1.0.744 → 1.0.746
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.
|
@@ -33241,7 +33241,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
33241
33241
|
items = nodeP.children.map(function (val) {
|
|
33242
33242
|
return val.xu_tree_id || val.id;
|
|
33243
33243
|
});
|
|
33244
|
-
var currentRecordId = $container.data().xuData.recordid
|
|
33244
|
+
var currentRecordId = $container.data().xuData.recordid || (_ds ? _ds.currentRecordId : '');
|
|
33245
33245
|
var xu_id = (glb.screen_num++).toString();
|
|
33246
33246
|
xu_id = xu_id += '_' + currentRecordId;
|
|
33247
33247
|
|