mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Cleanup: obsolescence of "key_label" property on persistent classes
SVN:trunk[473]
This commit is contained in:
@@ -936,6 +936,7 @@ class AttributeEnum extends AttributeString
|
||||
public function GetAllowedValues($aArgs = array(), $sBeginsWith = '')
|
||||
{
|
||||
$aRawValues = parent::GetAllowedValues($aArgs, $sBeginsWith);
|
||||
if (is_null($aRawValues)) return null;
|
||||
$aLocalizedValues = array();
|
||||
foreach ($aRawValues as $sKey => $sValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user