@xuda.io/runtime-bundle 1.0.734 → 1.0.736
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.
|
@@ -31315,9 +31315,9 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31315
31315
|
}
|
|
31316
31316
|
var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
|
|
31317
31317
|
|
|
31318
|
-
if (!attr_value
|
|
31318
|
+
if (!attr_value && elem_val.$elm[0].tagName === 'XURENDER') continue; // bypass job
|
|
31319
31319
|
|
|
31320
|
-
if (attr_value
|
|
31320
|
+
if (attr_value && elem_val.$elm[0].tagName !== 'XURENDER') {
|
|
31321
31321
|
await add_execute_queue('execute_xu_all_attributes');
|
|
31322
31322
|
|
|
31323
31323
|
continue; // bypass render job
|