From 968c28395df01dbdd030ec94f405f9fe92bf42ee Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 1 Nov 2019 13:39:40 -0400 Subject: [PATCH] close group popup when saving --- web/includes/actions/group.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/includes/actions/group.php b/web/includes/actions/group.php index ec4f28969..9aa988540 100644 --- a/web/includes/actions/group.php +++ b/web/includes/actions/group.php @@ -57,5 +57,6 @@ if ( $action == 'Save' ) { } $view = 'none'; $refreshParent = true; + $closePopup = true; } ?>