chg: [UI] WIP - generic_picker remove popover on tag deletion

pull/4024/head
mokaddem 2019-01-14 16:58:01 +01:00
parent 6f16ec8df9
commit a17a2e2d51
1 changed files with 1 additions and 0 deletions

View File

@ -976,6 +976,7 @@ function removeObjectTag(context, object, tag) {
success:function (data, textStatus) {
$("#confirmation_box").fadeOut();
$("#gray_out").fadeOut();
cancelPrompt();
if (context == 'Attribute') {
loadAttributeTags(object);
} else if (context == 'tag_collection') {