@haus-tech/product-export-plugin 2.2.3 → 2.2.4
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.
|
@@ -283,13 +283,13 @@ let ProductExportService = class ProductExportService {
|
|
|
283
283
|
if (field.type === 'relation') {
|
|
284
284
|
const entity = field.entity.name;
|
|
285
285
|
customFields.add({
|
|
286
|
-
name: `
|
|
286
|
+
name: `product:${field.name}`,
|
|
287
287
|
type: entity.toLowerCase(),
|
|
288
288
|
});
|
|
289
289
|
return;
|
|
290
290
|
}
|
|
291
291
|
customFields.add({
|
|
292
|
-
name: `
|
|
292
|
+
name: `product:${field.name}`,
|
|
293
293
|
type: field.type,
|
|
294
294
|
});
|
|
295
295
|
});
|