mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02: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