N°9100 - CSVImport: during creation test on hierarchicalKey don't work as expected

This commit is contained in:
Anne-Cath
2026-01-16 10:41:25 +01:00
parent a39234f438
commit da1e83b3b3
3 changed files with 14 additions and 1 deletions

View File

@@ -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");