We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bfa650 + 5adc4d6 commit 3c5e7dcCopy full SHA for 3c5e7dc
app/code/Magento/Ui/view/base/web/js/lib/step-wizard.js
@@ -184,15 +184,9 @@ define([
184
this.selectedStep(this.wizard.prev());
185
},
186
open: function () {
187
- var $form = $('[data-form=edit-product]');
188
-
189
- if (!$form.valid()) {
190
- $form.data('validator').focusInvalid();
191
- } else {
192
- this.selectedStep(this.stepsNames.first());
193
- this.wizard = new Wizard(this.steps);
194
- $('[data-role=step-wizard-dialog]').trigger('openModal');
195
- }
+ this.selectedStep(this.stepsNames.first());
+ this.wizard = new Wizard(this.steps);
+ $('[data-role=step-wizard-dialog]').trigger('openModal');
196
197
close: function () {
198
$('[data-role=step-wizard-dialog]').trigger('closeModal');
0 commit comments