We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e762250 commit a1f1868Copy full SHA for a1f1868
Block/Adminhtml/System/Config/Form/InfoPlan.php
@@ -64,7 +64,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
64
if ($(this).data("mffdisabled")) return;
65
$(this).data("mffdisabled", 1);
66
$(this).click(function(){
67
- $(this).val($(this).data("mfOldValue"));
+ $(this).val($(this).data("mfOldValue")).trigger("change");
68
alert({
69
title: "You cannot use this option.",
70
content: "' . $optionAvailableInText . '",
0 commit comments