upload and retrieve document

This commit is contained in:
2018-06-06 22:19:54 +02:00
parent eda8f2c033
commit b5bf8b8884
17 changed files with 688 additions and 5 deletions

View File

@@ -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']