Fix models

This commit is contained in:
Joshua Sangmeister 2020-12-17 10:56:06 +01:00
parent 3dbc5f29da
commit e3af800597

View File

@ -675,7 +675,6 @@ meeting:
to: mediafile/used_as_logo_$_in_meeting_id to: mediafile/used_as_logo_$_in_meeting_id
font_$_id: font_$_id:
type: template type: template
replacement: place
fields: fields:
type: relation type: relation
to: mediafile/used_as_font_$_in_meeting_id to: mediafile/used_as_font_$_in_meeting_id
@ -1747,13 +1746,11 @@ mediafile:
# Reverse relations for meetings, if a mediafile is used as a special resource # Reverse relations for meetings, if a mediafile is used as a special resource
used_as_logo_$_in_meeting_id: used_as_logo_$_in_meeting_id:
type: template type: template
replacement: place
fields: fields:
type: relation type: relation
to: meeting/logo_$_id to: meeting/logo_$_id
used_as_font_$_in_meeting_id: used_as_font_$_in_meeting_id:
type: template type: template
replacement: place
fields: fields:
type: relation type: relation
to: meeting/font_$_id to: meeting/font_$_id