mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user