Skip to content

Commit

Permalink
MAGETWO-37064: [GITHUB] Wrong message when moving a category #1233
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Rudchenko committed May 19, 2015
1 parent 3c66c19 commit bd2d58e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ function categoryMove(obj) {
showLoader: true
}).done(function(data) {
if (data.messages && data.messages.length > 0) {
$('.messages').html(data.messages);
$('form .messages').html(data.messages);
}
if (data.error) {
reRenderTree();
Expand Down

0 comments on commit bd2d58e

Please sign in to comment.