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:
commit
aa05abcb0e
@ -1848,7 +1848,6 @@ mediafile:
|
|||||||
filename:
|
filename:
|
||||||
type: string
|
type: string
|
||||||
descriptin: The uploaded filename. Will be used for downloading. Only writeable on create.
|
descriptin: The uploaded filename. Will be used for downloading. Only writeable on create.
|
||||||
required: true
|
|
||||||
mimetype: string
|
mimetype: string
|
||||||
pdf_information: JSON
|
pdf_information: JSON
|
||||||
create_timestamp: timestamp
|
create_timestamp: timestamp
|
||||||
@ -1877,7 +1876,6 @@ mediafile:
|
|||||||
list_of_speakers_id:
|
list_of_speakers_id:
|
||||||
type: relation
|
type: relation
|
||||||
to: list_of_speakers/content_object_id
|
to: list_of_speakers/content_object_id
|
||||||
required: true
|
|
||||||
on_delete: CASCADE
|
on_delete: CASCADE
|
||||||
equal_fields: meeting_id
|
equal_fields: meeting_id
|
||||||
projection_ids:
|
projection_ids:
|
||||||
|
Loading…
Reference in New Issue
Block a user