projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d2fdd4
)
adding name where clause to the filter data for the admin dashboard textSearch widget
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 20 Sep 2018 20:37:22 +0000
(16:37 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 20 Sep 2018 20:37:22 +0000
(16:37 -0400)
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
842aa69
..
3871e2e
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-298,6
+298,7
@@
add_filter(
'table' => $eventsTable,
'fields' => "id, name, image",
'resultUrl' => $eventsEditPage,
+ 'where' => 'name'
],
'active' => [
'title' => "Active events",