@xuda.io/runtime-bundle 1.0.668 → 1.0.670
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.
|
@@ -31233,6 +31233,13 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31233
31233
|
$.each($(this).data()?.xuAttributes, function (key, val) {
|
|
31234
31234
|
if (key.substr(0, 3) !== 'xu-') return true;
|
|
31235
31235
|
|
|
31236
|
+
if (key === 'xu-bind') {
|
|
31237
|
+
if (val?.includes?.(val_field) || val?.includes?.(parameter_in_filed_id)) {
|
|
31238
|
+
attr.push(key);
|
|
31239
|
+
}
|
|
31240
|
+
return true;
|
|
31241
|
+
}
|
|
31242
|
+
|
|
31236
31243
|
if (key === 'xu-for') {
|
|
31237
31244
|
// match static value for xu-for
|
|
31238
31245
|
if (val?.includes?.(val_field) || val?.includes?.(parameter_in_filed_id)) {
|