close group popup when saving

This commit is contained in:
Isaac Connor
2019-11-01 13:39:40 -04:00
parent 9a3bee28d2
commit 968c28395d

View File

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