refreshparent when saving group

This commit is contained in:
Isaac Connor 2017-10-10 11:51:11 -04:00
parent 3af795264d
commit d0f0ab1afe
1 changed files with 1 additions and 0 deletions

View File

@ -614,6 +614,7 @@ Warning("Addterm");
array( $_POST['newGroup']['Name'], ( $_POST['newGroup']['ParentId'] == '' ? null : $_POST['newGroup']['ParentId'] ), $monitors ) );
}
$view = 'none';
$refreshParent = true;
} else if ( $action == 'delete' ) {
if ( !empty($_REQUEST['gid']) ) {
if ( is_array( $_REQUEST['gid'] ) ) {