Merge pull request #5782 from jsangmeister/fix-models

Fix models
This commit is contained in:
jsangmeister 2020-12-17 11:03:22 +01:00 committed by GitHub
commit d224571373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -675,7 +675,6 @@ meeting:
to: mediafile/used_as_logo_$_in_meeting_id
font_$_id:
type: template
replacement: place
fields:
type: relation
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
used_as_logo_$_in_meeting_id:
type: template
replacement: place
fields:
type: relation
to: meeting/logo_$_id
used_as_font_$_in_meeting_id:
type: template
replacement: place
fields:
type: relation
to: meeting/font_$_id