@xuda.io/runtime-bundle 1.0.942 → 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 = {
@@ -32080,7 +32081,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32080
32081
  let tmp_$div = $('<div>');
32081
32082
 
32082
32083
  let $xurender = $('<xurender>')
32083
- .attr('xu-ui-id', $elm.data().xuData.node.id + '_' + $elm.data().xuData.recordid)
32084
+ // .attr('xu-ui-id', $elm.data().xuData.node.id + '_' + $elm.data().xuData.recordid)
32085
+ .attr('xu-ui-id', $elm.attr('xu-ui-id'))
32084
32086
  .appendTo(tmp_$div)
32085
32087
  .hide();
32086
32088
  // was true before