From 7003ea6fda3ff3c417ec6e58e9047490de2fb7ca Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 20 Sep 2018 16:59:30 -0400 Subject: [PATCH] adding where clause for name in the packaing filter --- setup/adminHooks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index ff2e0c7..0b70ebe 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -101,6 +101,7 @@ add_filter( 'entityID' => 'packageID', 'table' => $packagesTable, 'fields' => "id, title as name, image", + 'where' => 'title', 'resultUrl' => $packagingEditPage, ], 'active' => [ -- 2.17.1