Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit d394960

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82943: Magetwo 70954: Remove the component.clear from the custom options type. This causes the 'elem' array to become out of sync with the recordData #11824
- Merge Pull Request magento/magento2#11824 from humanelement/magento2:MAGETWO-70954 - Merged commits: 1. c5b2a0f 2. fe44f8f
2 parents 73c7ac2 + fe44f8f commit d394960

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/custom-options-type.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ define([
103103

104104
if (component) {
105105
component.visible(visible);
106-
107-
/*eslint-disable max-depth */
108-
if (_.isFunction(component.clear)) {
109-
component.clear();
110-
}
111106
}
112107
}
113108
}, this);

0 commit comments

Comments
 (0)