Skip to content
Snippets Groups Projects
Verified Commit f2e9c34f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add missing docstring for AllRegisterObjectsView

parent 5a9e7d73
No related branches found
No related tags found
1 merge request!152Overview of all register objects
Pipeline #6415 passed
......@@ -1265,6 +1265,8 @@ class GroupRoleAssignmentDeleteView(
class AllRegisterObjectsView(PermissionRequiredMixin, View):
"""Provide overview of all register objects for coordinators."""
permission_required = "alsijil.view_register_objects_list"
def get_context_data(self, request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment