From: Anthony Talarico Date: Thu, 20 Sep 2018 20:39:18 +0000 (-0400) Subject: changing the admin filter data for the fields in the component array of the dashboard... X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1d7fd2c9913bdb2693d7fd1c033fd747dce651bc;p=WP-Plugins%2Fglm-member-db-packaging.git changing the admin filter data for the fields in the component array of the dashboard admin widget --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 47d6281..937cfdf 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -92,7 +92,7 @@ add_filter( 'component' => 'textSearch', 'entityID' => 'packageID', 'table' => $packagesTable, - 'fields' => "id, title, image, ref_dest", + 'fields' => "id, title as name, image, ref_dest", 'where' => 'title', 'resultUrl' => $packagingEditPage, ],