@xuda.io/runtime-bundle 1.0.262 → 1.0.263
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.
|
@@ -33137,7 +33137,7 @@ func.UI.screen.refresh_xu_attributes = async function (
|
|
|
33137
33137
|
for await (const [attr, val] of Object.entries(item.attributes)) {
|
|
33138
33138
|
|
|
33139
33139
|
if (attr === "xu-exp:xu-for" || attr === "xu-for") {
|
|
33140
|
-
if (val
|
|
33140
|
+
if (val?.includes(field_id)) {
|
|
33141
33141
|
|
|
33142
33142
|
const parent_element_ui_id = node_id
|
|
33143
33143
|
|