Skip to content

Commit 380c4c3

Browse files
committed
MAGETWO-95709: Exception is thrown when Customer Address attribute with unique admin options is saved
1 parent 991d785 commit 380c4c3

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
10+
<section name="AdminAttributesEditSection">
11+
<element name="label" type="input" selector="#attribute_label"/>
12+
<element name="code" type="input" selector="#attribute_code"/>
13+
<element name="inputType" type="select" selector="#frontend_input"/>
14+
<element name="valuesRequired" type="select" selector="#is_required"/>
15+
</section>
16+
</sections>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
10+
<section name="AdminAttributesGridSection">
11+
<element name="attribute" type="text" selector="//td[contains(text(), '{{arg3}}')]" parameterized="true"/>
12+
</section>
13+
</sections>

0 commit comments

Comments
 (0)