Feature: [calendar doc] re-introduce button to edit document title and remove document

This commit is contained in:
2023-04-03 21:30:50 +02:00
parent 4cf6721e35
commit 907c724047
5 changed files with 35 additions and 28 deletions

View File

@@ -26,9 +26,6 @@ class CalendarDocEditType extends AbstractType
->add('title', TextType::class, [
'label' => 'chill_calendar.Document title',
'required' => true,
])
->add('doc', StoredObjectType::class, [
'label' => 'chill_calendar.Document object',
]);
}