Filter 'My imports' to only show non-expired
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 2 Mar 2023 04:10:16 +0000 (17:10 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 2 Mar 2023 04:12:21 +0000 (17:12 +1300)
ext/civiimport/Managed/UserJobSearches.mgd.php

index 8a78511d269dab11bbf53dab4ddc332723573482..b3e1de0a0c2218b44687302439d44d061a498cca 100644 (file)
@@ -37,6 +37,11 @@ return [
               '=',
               FALSE,
             ],
+            [
+              'is_current',
+              '=',
+              TRUE,
+            ],
           ],
           'groupBy' => [],
           'join' => [],