You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning = '<br /><br /><span style="color: red">WARNING!! removal of service would potentially impact your org chart structure, if you are trying to grant service chief access go to Request Portal->Admin panel-> Service Chief</span>';
@@ -370,6 +371,7 @@ function confirmDeleteTag(inTag) {
370
371
success: function (response) {
371
372
if (response.some(group => group.groupID === Number(validate.groupID))) {
372
373
// need to display a message that this can't be done
374
+
tag_found = true;
373
375
dialog_ok.setTitle('Warning');
374
376
dialog_ok.setContent('Corresponding portal tags must be removed prior to taking this action.');
375
377
dialog_ok.setSaveHandler(function() {
@@ -378,52 +380,36 @@ function confirmDeleteTag(inTag) {
0 commit comments