@xuda.io/runtime-bundle 1.0.941 → 1.0.942

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