mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
(Retrofit from trunk) N.474: Support for "file" attribute (AttributeBlob) in the portal. READONLY only for now.
SVN:2.3[4513]
This commit is contained in:
@@ -56,6 +56,7 @@ class BsFormRenderer extends FormRenderer
|
||||
$this->AddSupportedField('DateTimeField', 'BsSimpleFieldRenderer');
|
||||
$this->AddSupportedField('DurationField', 'BsSimpleFieldRenderer');
|
||||
$this->AddSupportedField('FileUploadField', 'BsFileUploadFieldRenderer');
|
||||
$this->AddSupportedField('BlobField', 'BsSimpleFieldRenderer');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user