Skip to content

Commit afbb366

Browse files
authored
MDEE-882: Stop propagating ProductAttributeMetadata.attribute_options (#451)
1 parent 3b59bf5 commit afbb366

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

CatalogDataExporter/Model/Provider/ProductAttributeMetadata/AttributeOptions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
/**
2525
* Attribute options data provider
26+
* @deprecared 103.3.15 Will be removed in 104.* release
2627
*/
2728
class AttributeOptions
2829
{

CatalogDataExporter/Model/Query/AttributeOptionsQuery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
/**
2424
* Attribute options query for catalog data exporter
25+
* @deprecared 103.3.15 Will be removed in 104.* release
2526
*/
2627
class AttributeOptionsQuery
2728
{

CatalogDataExporter/etc/et_schema.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,6 @@
247247
<field name="boolean" type="Boolean" />
248248
<field name="systemAttribute" type="Boolean" />
249249
<field name="numeric" type="Boolean" />
250-
<field name="attributeOptions"
251-
repeated="true"
252-
type="String"
253-
provider="Magento\CatalogDataExporter\Model\Provider\ProductAttributeMetadata\AttributeOptions"
254-
>
255-
<using field="id" />
256-
<using field="storeViewCode" />
257-
</field>
258250
<field name="modifiedAt" type="String"/>
259251
</record>
260252

0 commit comments

Comments
 (0)