Skip to content

Commit 00f4f7d

Browse files
author
Burlacu Vasilii
committed
Updated Magento_Rule rules.js file
Added calendar initializaton for Conditional Rules when a rule is created for the 1st time
1 parent 7755eef commit 00f4f7d

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Rule/view/adminhtml/web

1 file changed

+2
-0
lines changed

app/code/Magento/Rule/view/adminhtml/web/rules.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ define([
220220

221221
var elem = Element.down(elemContainer, 'input.input-text');
222222

223+
jQuery(elem).trigger('contentUpdated');
224+
223225
if (elem) {
224226
elem.focus();
225227

0 commit comments

Comments
 (0)