File tree 2 files changed +2
-2
lines changed
app/code/Magento/Catalog/view/adminhtml/templates/catalog/category
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ $categoryId = $block->getCategoryId();
33
33
<?php endif ; ?>
34
34
<iframe name="iframeSave" style="display:none; width:100%;"
35
35
src="<?php echo $ block ->getViewFileUrl ('blank.html ' ) ?> "></iframe>
36
- <form id="category_edit_form" name="category_edit_form " action="<?php echo $ block ->getSaveUrl () ?> " method="post"
36
+ <form id="category_edit_form" name="category-edit-form " action="<?php echo $ block ->getSaveUrl () ?> " method="post"
37
37
enctype="multipart/form-data">
38
38
<div class="no-display">
39
39
<input type="hidden" name="isIframe" value="1"/>
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ function categoryMove(obj) {
526
526
showLoader: true
527
527
}).done(function(data) {
528
528
if (data.messages && data.messages.length > 0) {
529
- $('[name="category_edit_form" ] .messages').html(data.messages);
529
+ $('[name=category-edit-form ] .messages').html(data.messages);
530
530
}
531
531
if (data.error) {
532
532
reRenderTree();
You can’t perform that action at this time.
0 commit comments