@xuda.io/runtime-bundle 1.0.1012 → 1.0.1014

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.
@@ -27785,7 +27785,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
27785
27785
  execute_xu_render_attributes: async function () {
27786
27786
  const _data = queue_obj.paramsP.elem_val.$elm.data();
27787
27787
  if (_data?.xuData?.paramsP) {
27788
- await func.UI.screen.execute_xu_functions(SESSION_ID, null, _data.xuData.$root_container, _data.xuData.node, _data.xuData.$container, _data.xuData.paramsP, {}, queue_obj.jobNoP, null, null, 'xu-render', queue_obj.paramsP.elem_val.$elm, {
27788
+ await func.UI.screen.execute_xu_functions(SESSION_ID, null, _data.xuData.$root_container, _data.xuData.node, $(`[xu-ui-id="${_data.xuData.parent_element_ui_id}"`), _data.xuData.paramsP, {}, queue_obj.jobNoP, _data.xuData.key, null, 'xu-render', queue_obj.paramsP.elem_val.$elm, {
27789
27789
  key: 'xu-render',
27790
27790
  value: queue_obj.paramsP.attr_value, //? "Y" : "N",
27791
27791
  fields_arr: queue_obj.paramsP.fields_arr,