You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field=models.BooleanField(default=False, help_text='Grants permission to open new direct message conversations.', verbose_name='Video: Can send direct messages'),
27
+
),
28
+
migrations.AddField(
29
+
model_name='team',
30
+
name='can_video_manage_announcements',
31
+
field=models.BooleanField(default=False, help_text='Allows posting announcements in the Eventyay Video interface.', verbose_name='Video: Can create announcements'),
32
+
),
33
+
migrations.AddField(
34
+
model_name='team',
35
+
name='can_video_manage_configuration',
36
+
field=models.BooleanField(default=False, help_text='Allows editing the global Eventyay Video configuration.', verbose_name='Video: Can edit event configuration'),
37
+
),
38
+
migrations.AddField(
39
+
model_name='team',
40
+
name='can_video_manage_kiosks',
41
+
field=models.BooleanField(default=False, help_text='Allows managing kiosk displays inside Eventyay Video.', verbose_name='Video: Can create and edit kiosks'),
42
+
),
43
+
migrations.AddField(
44
+
model_name='team',
45
+
name='can_video_manage_rooms',
46
+
field=models.BooleanField(default=False, help_text='Allows editing and deleting rooms inside Eventyay Video.', verbose_name='Video: Can create and edit rooms'),
47
+
),
48
+
migrations.AddField(
49
+
model_name='team',
50
+
name='can_video_manage_users',
51
+
field=models.BooleanField(default=False, help_text='Allows moderating users (ban, silence, reactivate) in Eventyay Video.', verbose_name='Video: Can message, ban, and silence users'),
52
+
),
53
+
migrations.AddField(
54
+
model_name='team',
55
+
name='can_video_view_users',
56
+
field=models.BooleanField(default=False, help_text='Allows access to the user directory in Eventyay Video.', verbose_name='Video: Can view users'),
0 commit comments