mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
upload and retrieve document
This commit is contained in:
@@ -65,7 +65,7 @@ class PersonDocumentType extends AbstractType
|
||||
->add('description', TextareaType::class, [
|
||||
'required' => false
|
||||
])
|
||||
->add('content')
|
||||
->add('object', StoredObjectType::class)
|
||||
->add('scope', ScopePickerType::class, [
|
||||
'center' => $options['center'],
|
||||
'role' => $options['role']
|
||||
|
Reference in New Issue
Block a user