Skip to content

Commit 5f29880

Browse files
authored
Make certain fields visible for locked from inside meetings (#202)
1 parent 0ea5c14 commit 5f29880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

models.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ organization:
195195
restriction_mode: A
196196
organization_tag_ids:
197197
type: relation-list
198-
restriction_mode: B
198+
restriction_mode: A
199199
to: organization_tag/organization_id
200200
theme_id:
201201
type: relation
@@ -796,7 +796,7 @@ meeting:
796796
restriction_mode: A
797797
locked_from_inside:
798798
type: boolean
799-
restriction_mode: B
799+
restriction_mode: A
800800
imported_at:
801801
type: timestamp
802802
restriction_mode: B
@@ -1749,7 +1749,7 @@ meeting:
17491749
type: number[]
17501750
description: Calculated. All user ids from all users assigned to groups of this meeting.
17511751
read_only: true
1752-
restriction_mode: B
1752+
restriction_mode: A
17531753
reference_projector_id:
17541754
type: relation
17551755
to: projector/used_as_reference_projector_meeting_id

0 commit comments

Comments
 (0)