mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
Advanced Search: Display of raw titles enhanced
SVN:b1162[5560]
This commit is contained in:
@@ -73,7 +73,8 @@ class CriterionToSearchForm extends CriterionConversionAbstract
|
||||
|
||||
foreach($aAndCriterionRaw as $aCriteria)
|
||||
{
|
||||
$aCriteria['label'] = trim($aCriteria['label'], "()");
|
||||
$aCriteria['label'] = preg_replace("@^\(@", '', $aCriteria['label']);
|
||||
$aCriteria['label'] = preg_replace("@\)$@", '', $aCriteria['label']);
|
||||
$aCriteria['is_removable'] = $bIsRemovable;
|
||||
|
||||
// Check criteria validity
|
||||
|
||||
Reference in New Issue
Block a user