N.527 Enable the template placeholders for AttributeCustomFields

SVN:trunk[4481]
This commit is contained in:
Romain Quetiez
2016-11-25 16:37:31 +00:00
parent 47ec6d4917
commit b793cded34

View File

@@ -87,7 +87,7 @@ class ormCustomFieldsValue
{
$oAttDef = MetaModel::GetAttributeDef(get_class($this->oHostObject), $this->sAttCode);
$oHandler = $oAttDef->GetHandler($this->GetValues());
return 'template...verb='.$sVerb.' sur "'.json_encode($this->aCurrentValues).'"';
return $oHandler->GetForTemplate($this->aCurrentValues, $sVerb, $bLocalize);
}
/**