From f4441314913835c23ed100cd2eb94b5ec7c0a3fe Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 1 Oct 2018 15:25:32 -0400 Subject: [PATCH] updating url to be passed to the dashboard admin widget for textsearch autocomplete --- setup/adminHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index f5e90e8..beb9a77 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -108,7 +108,7 @@ add_filter( 'table' => $packagesTable, 'fields' => "id, title as name, image", 'where' => 'title', - 'resultUrl' => $packagingIndexPage . "&option=edit", + 'resultUrl' => $packagingIndexPage . "&option=edit&packageID=", ], // [ // 'id' => 'active', -- 2.17.1