@xuda.io/runtime-bundle 1.0.941 → 1.0.943
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.
|
@@ -31992,7 +31992,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
31992
31992
|
var cloned_$div = $elm.clone(true);
|
|
31993
31993
|
|
|
31994
31994
|
let $xurender = $('<xurender>')
|
|
31995
|
-
.attr('xu-ui-id', nodeP.id + '_' + $elm.data().xuData.recordid)
|
|
31995
|
+
// .attr('xu-ui-id', nodeP.id + '_' + $elm.data().xuData.recordid)
|
|
31996
|
+
.attr('xu-ui-id', $elm.attr('xu-ui-id'))
|
|
31996
31997
|
.appendTo($container)
|
|
31997
31998
|
.hide();
|
|
31998
31999
|
let original_data_obj = {
|
|
@@ -32079,7 +32080,11 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32079
32080
|
|
|
32080
32081
|
let tmp_$div = $('<div>');
|
|
32081
32082
|
|
|
32082
|
-
let $xurender = $('<xurender>')
|
|
32083
|
+
let $xurender = $('<xurender>')
|
|
32084
|
+
// .attr('xu-ui-id', $elm.data().xuData.node.id + '_' + $elm.data().xuData.recordid)
|
|
32085
|
+
.attr('xu-ui-id', $elm.attr('xu-ui-id'))
|
|
32086
|
+
.appendTo(tmp_$div)
|
|
32087
|
+
.hide();
|
|
32083
32088
|
// was true before
|
|
32084
32089
|
if ($elm.data().xuData.xurender_node) {
|
|
32085
32090
|
$xurender.data({
|