(Retrofit from trunk) N.527 Enable the template placeholders for AttributeCustomFields

SVN:2.3[4482]
This commit is contained in:
Romain Quetiez
2016-11-25 16:39:30 +00:00
parent 52e1a1d40a
commit 3277be00c1

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);
}
/**