Skip to content

Commit

Permalink
Updated Magento_Rule rules.js file
Browse files Browse the repository at this point in the history
Added calendar initializaton for Conditional Rules when a rule is created for the 1st time
  • Loading branch information
Burlacu Vasilii committed Apr 1, 2018
1 parent 0b3c0f0 commit cc1e013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Rule/view/adminhtml/web/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ define([

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

jQuery(elem).trigger('contentUpdated');

if (elem) {
elem.focus();

Expand Down

0 comments on commit cc1e013

Please sign in to comment.