From e724ae2abe6e437f5493db1e561d741ed010e1ae Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 2 Mar 2023 17:10:16 +1300 Subject: [PATCH] Filter 'My imports' to only show non-expired --- ext/civiimport/Managed/UserJobSearches.mgd.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/civiimport/Managed/UserJobSearches.mgd.php b/ext/civiimport/Managed/UserJobSearches.mgd.php index 8a78511d26..b3e1de0a0c 100644 --- a/ext/civiimport/Managed/UserJobSearches.mgd.php +++ b/ext/civiimport/Managed/UserJobSearches.mgd.php @@ -37,6 +37,11 @@ return [ '=', FALSE, ], + [ + 'is_current', + '=', + TRUE, + ], ], 'groupBy' => [], 'join' => [], -- 2.25.1