mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-2807-falla-el-filtro-de-busqueda-de-groups-en-los-tree-view-que-no-son-el-de-grupos' into 'develop'
Fixed search group in others tree views See merge request artica/pandorafms!1796
This commit is contained in:
commit
b68161c9ea
@ -268,7 +268,7 @@ class Tree {
|
|||||||
|
|
||||||
protected function getGroupSearchFilter() {
|
protected function getGroupSearchFilter() {
|
||||||
if (empty($this->filter['searchGroup'])) return "";
|
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) {
|
static function cmpSortNames($a, $b) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user