Merge pull request #5934 from r-peschke/mediafile_without_2_required_fields

mediafile fields list_of_speakers_id and filename not required
This commit is contained in:
Finn Stutzenstein 2021-03-04 07:58:54 +01:00 committed by GitHub
commit aa05abcb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1848,7 +1848,6 @@ mediafile:
filename:
type: string
descriptin: The uploaded filename. Will be used for downloading. Only writeable on create.
required: true
mimetype: string
pdf_information: JSON
create_timestamp: timestamp
@ -1877,7 +1876,6 @@ mediafile:
list_of_speakers_id:
type: relation
to: list_of_speakers/content_object_id
required: true
on_delete: CASCADE
equal_fields: meeting_id
projection_ids: