From: Anthony Talarico Date: Mon, 1 Oct 2018 19:25:32 +0000 (-0400) Subject: updating url to be passed to the dashboard admin widget for textsearch autocomplete X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f4441314913835c23ed100cd2eb94b5ec7c0a3fe;p=WP-Plugins%2Fglm-member-db-packaging.git updating url to be passed to the dashboard admin widget for textsearch autocomplete --- 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',