Advanced Search: Fix direct links search

SVN:b1162[5603]
This commit is contained in:
Eric Espié
2018-04-04 08:16:48 +00:00
parent 54c5edc5da
commit 8b300358e9
3 changed files with 12 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ class SearchFormTest extends ItopDataTestCase
{
return array(
array("SELECT Contact", 8, 'zlist'),
array("SELECT Contact AS C WHERE C.status = 'active'", 2, 'others'),
array("SELECT Contact AS C WHERE C.status = 'active'", 3, 'others'),
array("SELECT Person", 12, 'zlist'),
array(
"SELECT Person AS p JOIN UserRequest AS u ON u.agent_id = p.id WHERE u.status != 'closed'",