Fix #16982 - Show feedback messages to the user on Designer add and remove operations

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-06-27 16:31:17 +02:00
parent 6a7230cb8c
commit 3eaf6b84c0
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -1367,6 +1367,7 @@ DesignerMove.newRelation = function () {
Functions.ajaxShowMessage(data.error, false);
} else {
Functions.ajaxRemoveMessage($msgbox);
Functions.ajaxShowMessage(data.message);
DesignerMove.loadPage(selectedPage);
}
}); // end $.post()
@ -1596,6 +1597,7 @@ DesignerMove.updRelation = function () {
Functions.ajaxShowMessage(data.error, false);
} else {
Functions.ajaxRemoveMessage($msgbox);
Functions.ajaxShowMessage(data.message);
DesignerMove.loadPage(selectedPage);
}
}); // end $.post()