projects
/
WP-Plugins
/
glm-member-db-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ea3a0c
)
adding where clause for name in the packaing filter
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 20 Sep 2018 20:59:30 +0000
(16:59 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 20 Sep 2018 20:59:30 +0000
(16:59 -0400)
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
ff2e0c7
..
0b70ebe
100644
(file)
--- 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' => [