Merge remote-tracking branch 'origin/support/2.5' into release/2.6

# Conflicts:
#	datamodels/2.x/itop-config-mgmt/zh.dict.itop-config-mgmt.php
#	dictionaries/zh.dictionary.itop.ui.php
This commit is contained in:
Pierre Goiffon
2018-12-11 17:23:34 +01:00
3 changed files with 163 additions and 163 deletions

View File

@@ -895,7 +895,7 @@ function DisplayClassDetails($oPage, $sClass, $sContext)
}
elseif (is_object($oAllowedValuesDef = $oAttDef->GetValuesDef()))
{
$sAllowedValues = trim( $oAllowedValuesDef->GetValuesDescription(), "Filter : ");
$sAllowedValues = str_replace("Filter: ", "", $oAllowedValuesDef->GetValuesDescription());
$sAllowedValuesEscpd = json_encode($sAllowedValues);
$sFilterURL = urlencode($sAllowedValues);