pim-import 5.1.0 → 5.1.1
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.
|
@@ -190,6 +190,7 @@ const setHideInRegionField = async (destinations, pageData) => {
|
|
|
190
190
|
include: 0,
|
|
191
191
|
select: "sys,fields",
|
|
192
192
|
});
|
|
193
|
+
pageData.fields.hideInRegions[defEnvLocaleCode] = [];
|
|
193
194
|
let count = 0;
|
|
194
195
|
for (const item of items) {
|
|
195
196
|
const region = item?.fields?.region?.[defEnvLocaleCode];
|