mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-06-08 04:34:35 +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
|
@ -9,7 +9,7 @@ from pretalx_broadcast_tools.management.commands.export_voctomix_lower_thirds im
|
|||
|
||||
|
||||
class BroadcastToolsLowerThirdsVoctomixDownloadView(EventPermissionRequired, View):
|
||||
permission_required = "agenda.view_schedule"
|
||||
permission_required = "schedule.list_schedule"
|
||||
|
||||
def get(self, request, *args, **kwargs):
|
||||
targz_path = get_export_targz_path(self.request.event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue