Skip to content

Commit

Permalink
Stabilize Builds on Forward Ports Batch 35
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-balko committed Feb 28, 2018
1 parent d9e8b87 commit 0bb740b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/mage/adminhtml/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ define([
} else {
values = valuesFrom[idFrom].values;
fromId = $(idFrom + values[0]);

if (fromId) {
radioFrom = $$('[name="' + fromId.name + '"]:checked');
isInArray = radioFrom.length > 0 && values.indexOf(radioFrom[0].value) !== -1;
Expand Down

0 comments on commit 0bb740b

Please sign in to comment.