mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user