restart via API allows to copy description (#782)
This commit is contained in:
@@ -257,8 +257,8 @@ class TimesheetEditForm extends AbstractType
|
||||
->add('tags', TagsInputType::class, [
|
||||
// documentation is for NelmioApiDocBundle
|
||||
'documentation' => [
|
||||
'type' => 'text',
|
||||
'description' => 'Tags for timesheet entry',
|
||||
'type' => 'string',
|
||||
'description' => 'Comma separated list of tags for this timesheet record',
|
||||
],
|
||||
'required' => false,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user