Skip to content

Commit 687b85f

Browse files
ENGCOM-5174: issue fixed #8258 - assign indices for all array inputs so that validation works properly #15383
- Merge Pull Request #15383 from jayankaghosh/magento2:issue-8258 - Merged commits: 1. 113440f 2. 874d770 3. 84355a3 4. d5c41b6 5. 156ac16 6. 65a2c17 7. 97c03f5 8. 224f737 9. 908100b 10. 38b9709 11. 388d31d 12. ee288c1 13. 11fb048 14. 38cec68 15. 2b231c5 16. 2816a49 17. 66d3252
2 parents 60e9d3d + 66d3252 commit 687b85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Block/Form/CustomerForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CustomerForm extends Form
2929
*
3030
* @var string
3131
*/
32-
protected $customerAttribute = "[name='%s[]']";
32+
protected $customerAttribute = "[orig-name='%s[]']";
3333

3434
/**
3535
* Validation text message for a field.

0 commit comments

Comments
 (0)