@xuda.io/runtime-bundle 1.0.331 → 1.0.333

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.
@@ -31588,7 +31588,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31588
31588
  .filter(function () {
31589
31589
  // look if the changed field include in the calling in parameters
31590
31590
  let parameter_in_filed_id;
31591
- const _$callingContainer = this.data()?.xuData?.paramsP?.$callingContainerP;
31591
+ const _$callingContainer = $(this).data()?.xuData?.paramsP?.$callingContainerP;
31592
31592
  if (_$callingContainer) {
31593
31593
  const _source_xuAttributes = _$callingContainer.data()?.xuAttributes;
31594
31594
  if (_source_xuAttributes) {
@@ -31610,7 +31610,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31610
31610
  let attr = [];
31611
31611
 
31612
31612
  $.each($(this).data()?.xuAttributes, function (key, val) {
31613
- if (key.substr(0, 2) !== 'xu') return true;
31613
+ if (key.substr(0, 3) !== 'xu-') return true;
31614
31614
 
31615
31615
  if (key === 'xu-for') {
31616
31616
  // match static value for xu-for