mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed search group in others tree views
This commit is contained in:
parent
ce2a21c70b
commit
df660091ae
@ -268,7 +268,7 @@ class Tree {
|
||||
|
||||
protected function getGroupSearchFilter() {
|
||||
if (empty($this->filter['searchGroup'])) return "";
|
||||
return " AND tg.nombre LIKE '%" . $this->filter['searchGroup'] . "%'";
|
||||
return " AND tg.nombre LIKE '%%" . $this->filter['searchGroup'] . "%%'";
|
||||
}
|
||||
|
||||
static function cmpSortNames($a, $b) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user