Skip to content

Commit a46524f

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-40043: Loader hangs out if admin does not specify shipping address or method for order
1 parent 5e8b706 commit a46524f

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Sales/view/adminhtml/web/order/create

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,7 @@ AdminOrder.prototype = {
11311131
disableElements('save');
11321132
jQuery('#edit_form').on('invalid-form.validate', function() {
11331133
enableElements('save');
1134+
jQuery('#edit_form').trigger('processStop');
11341135
jQuery('#edit_form').off('invalid-form.validate');
11351136
});
11361137
jQuery('#edit_form').triggerHandler('save');

0 commit comments

Comments
 (0)