Support of "fileref" tags inside the definition of the class fields. Useful for the "default_image" tag of AttributeImage.

SVN:trunk[4472]
This commit is contained in:
Denis Flaven
2016-11-04 13:34:17 +00:00
parent 95d7bc5319
commit 79c5dc2ce2

View File

@@ -995,6 +995,11 @@ EOF
// Fields
//
$oFields = $oClass->GetOptionalElement('fields');
if ($oFields)
{
$this->CompileFiles($oFields, $sTempTargetDir.'/'.$sModuleRelativeDir, $sFinalTargetDir.'/'.$sModuleRelativeDir, '');
}
$sAttributes = '';
foreach($this->oFactory->ListFields($oClass) as $oField)
{