Skip to content

Commit b97bb92

Browse files
committed
Hotfix: Adjust rights to export schedule
A bit weird that this requires event update. Unless I understand that wrong.
1 parent 0e7ea00 commit b97bb92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pretalx/orga/views/schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_context_data(self, **kwargs):
7272

7373
class ScheduleExportView(EventPermissionRequired, FormView):
7474
template_name = "orga/schedule/export.html"
75-
permission_required = "event.update_event"
75+
permission_required = "schedule.orga_view_schedule"
7676
form_class = ScheduleExportForm
7777

7878
def get_form_kwargs(self):

0 commit comments

Comments
 (0)