From c6a9b5f7b13554958b547f387637c4288eb60b0b Mon Sep 17 00:00:00 2001 From: Magento EngCom Team Date: Tue, 23 Jan 2018 10:56:44 -0600 Subject: [PATCH] :arrow_double_up: Forwardport of magento/magento2#11824 to 2.3-develop branch Applied pull request patch https://github.com/magento/magento2/pull/11824.patch (created by @briscoda) based on commit(s): 1. c5b2a0fac17de702c3ab8c16ff565f33fe2bc792 2. fe44f8f96bf39f57b182188a2af8af4ac0522b7b Fixed GitHub Issues in 2.3-develop branch: - magento/magento2#10291: Magento 2 Loading custom option dropdown issue (reported by @NagarajuKasa) --- .../Catalog/view/adminhtml/web/js/custom-options-type.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/code/Magento/Catalog/view/adminhtml/web/js/custom-options-type.js b/app/code/Magento/Catalog/view/adminhtml/web/js/custom-options-type.js index b46d09a7323b1..353c28d0c9421 100644 --- a/app/code/Magento/Catalog/view/adminhtml/web/js/custom-options-type.js +++ b/app/code/Magento/Catalog/view/adminhtml/web/js/custom-options-type.js @@ -103,11 +103,6 @@ define([ if (component) { component.visible(visible); - - /*eslint-disable max-depth */ - if (_.isFunction(component.clear)) { - component.clear(); - } } } }, this);