Skip to content

Commit bd2d58e

Browse files
author
Denys Rudchenko
committed
MAGETWO-37064: [GITHUB] Wrong message when moving a category #1233
1 parent 3c66c19 commit bd2d58e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/category

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/tree.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ function categoryMove(obj) {
526526
showLoader: true
527527
}).done(function(data) {
528528
if (data.messages && data.messages.length > 0) {
529-
$('.messages').html(data.messages);
529+
$('form .messages').html(data.messages);
530530
}
531531
if (data.error) {
532532
reRenderTree();

0 commit comments

Comments
 (0)