mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
N°9100 - CSVImport: during creation test on hierarchicalKey don't work as expected
This commit is contained in:
@@ -153,7 +153,13 @@ class AttributeExternalKey extends AttributeDBFieldVoid
|
||||
|
||||
return $oValSetDef;
|
||||
}
|
||||
|
||||
public function RemoveLoaded()
|
||||
{
|
||||
$oValSetDef = $this->Get("allowed_values");
|
||||
if ($oValSetDef) {
|
||||
$oValSetDef->RemoveLoaded();
|
||||
}
|
||||
}
|
||||
public function GetAllowedValues($aArgs = [], $sContains = '')
|
||||
{
|
||||
//throw new Exception("GetAllowedValues on ext key has been deprecated");
|
||||
|
||||
Reference in New Issue
Block a user