AdminUI - Remove deleted contacts from group count
authorcolemanw <coleman@civicrm.org>
Thu, 23 Nov 2023 03:14:44 +0000 (22:14 -0500)
committercolemanw <coleman@civicrm.org>
Thu, 23 Nov 2023 03:14:57 +0000 (22:14 -0500)
Fixes https://lab.civicrm.org/dev/core/-/issues/4792

ext/civicrm_admin_ui/managed/SavedSearch_Administer_Manage_Group.mgd.php

index 26f62cbecbc025ce58b70cc4206ee1b8333c0f91..a6995d89e02111176485eeac16d0074020a8eac2 100644 (file)
@@ -59,6 +59,11 @@ return [
                 '=',
                 '"Added"',
               ],
+              [
+                'Group_GroupContact_Contact_01.is_deleted',
+                '=',
+                FALSE,
+              ],
             ],
           ],
           'having' => [],