mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-06-07 10:02:23 +00:00
Update permission names for v2025.1.0
This commit is contained in:
parent
929e41f0f8
commit
7c11daef07
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ from ..utils.placeholders import placeholders
|
|||
|
||||
|
||||
class BroadcastToolsScheduleView(EventPermissionRequired, ScheduleMixin, View):
|
||||
permission_required = "agenda.view_schedule"
|
||||
permission_required = "schedule.list_schedule"
|
||||
|
||||
def get(self, request, *args, **kwargs):
|
||||
schedule = ScheduleData(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue