close group popup when saving

This commit is contained in:
Isaac Connor 2019-11-01 13:39:40 -04:00
parent 9a3bee28d2
commit 968c28395d
1 changed files with 1 additions and 0 deletions

View File

@ -57,5 +57,6 @@ if ( $action == 'Save' ) {
}
$view = 'none';
$refreshParent = true;
$closePopup = true;
}
?>