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.
1 parent c515b40 commit c5fe5e7Copy full SHA for c5fe5e7
app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/variations/variations.js
@@ -383,7 +383,11 @@ define([
383
* Chose action for the form save button
384
*/
385
saveFormHandler: function () {
386
- this.serializeData();
+ this.formElement().validate();
387
+
388
+ if (this.formElement().source.get('params.invalid') === false) {
389
+ this.serializeData();
390
+ }
391
392
if (this.checkForNewAttributes()) {
393
this.formSaveParams = arguments;
0 commit comments