File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Catalog/view/adminhtml/web/js
Swatches/view/adminhtml/web/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ define([
210
210
}
211
211
tableBody = optionContainer . detach ( ) ;
212
212
} ) ;
213
- editForm . on ( 'afterValidate.error' , function ( ) {
213
+ editForm . on ( 'afterValidate.error highlight.validate ' , function ( ) {
214
214
if ( optionPanel . hasClass ( activePanelClass ) ) {
215
215
optionPanel . find ( 'table' ) . append ( tableBody ) ;
216
216
jQuery ( 'input[name="serialized_options"]' ) . remove ( ) ;
Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ define([
463
463
tableBody = optionContainer . detach ( ) ;
464
464
} ) ;
465
465
466
- editForm . on ( 'afterValidate.error' , function ( ) {
466
+ editForm . on ( 'afterValidate.error highlight.validate ' , function ( ) {
467
467
if ( activePanel . hasClass ( activePanelClass ) ) {
468
468
activePanel . find ( 'table' ) . append ( tableBody ) ;
469
469
$ ( 'input[name="serialized_options"]' ) . remove ( ) ;
You can’t perform that action at this time.
0 commit comments