mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
#688 ... regression in the search forms when the autocomplete is active
SVN:trunk[2648]
This commit is contained in:
@@ -231,7 +231,7 @@ EOF
|
||||
$oSet = new DBObjectSet($oSearch);
|
||||
if ($oSet->Count() == 0)
|
||||
{
|
||||
$value = 0;
|
||||
$value = null;
|
||||
}
|
||||
|
||||
if (is_null($value) || ($value == 0)) // Null values are displayed as ''
|
||||
|
||||
Reference in New Issue
Block a user