Skip to content

Commit d9e8b87

Browse files
committed
Stabilize Builds on Forward Ports Batch 35
1 parent ba7da59 commit d9e8b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/mage/adminhtml/form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ define([
456456
} else {
457457
values = valuesFrom[idFrom].values;
458458
fromId = $(idFrom + values[0]);
459+
459460
if (fromId) {
460461
radioFrom = $$('[name="' + fromId.name + '"]:checked');
461462
isInArray = radioFrom.length > 0 && values.indexOf(radioFrom[0].value) !== -1;

0 commit comments

Comments
 (0)