mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2657 - MTP : Progress Bar has disappeared (Search exact match)
This commit is contained in:
@@ -200,7 +200,7 @@ class CriterionToOQL extends CriterionConversionAbstract
|
||||
$aRawValues[] = $sRawValue;
|
||||
}
|
||||
}
|
||||
$sValue = implode(' ', $aRawValues);
|
||||
$sValue = '"'.implode('" "', $aRawValues).'" _';
|
||||
|
||||
if (empty($sValue))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user