mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +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)
|
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;
|
$aCriteria['is_removable'] = $bIsRemovable;
|
||||||
|
|
||||||
// Check criteria validity
|
// Check criteria validity
|
||||||
|
|||||||
Reference in New Issue
Block a user