mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N.527 Enable the template placeholders for AttributeCustomFields
SVN:trunk[4481]
This commit is contained in:
@@ -87,7 +87,7 @@ class ormCustomFieldsValue
|
|||||||
{
|
{
|
||||||
$oAttDef = MetaModel::GetAttributeDef(get_class($this->oHostObject), $this->sAttCode);
|
$oAttDef = MetaModel::GetAttributeDef(get_class($this->oHostObject), $this->sAttCode);
|
||||||
$oHandler = $oAttDef->GetHandler($this->GetValues());
|
$oHandler = $oAttDef->GetHandler($this->GetValues());
|
||||||
return 'template...verb='.$sVerb.' sur "'.json_encode($this->aCurrentValues).'"';
|
return $oHandler->GetForTemplate($this->aCurrentValues, $sVerb, $bLocalize);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user