Skip to content
Snippets Groups Projects
Commit 2a4c1e3b authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Bugfix migration which assigns permissions to groups

parent 7c16ed91
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ from django.contrib.auth.management import create_permissions
# Group names
LVC = settings.LVC_GROUP
EXECS = 'executives'
ACCESS = 'access_managers' # control external access
SUPEREVENTS = 'superevent_managers' # handle superevent creation/update
......@@ -16,6 +15,9 @@ H1_CONTROL = 'h1_control_room'
L1_CONTROL = 'l1_control_room'
V1_CONTROL = 'v1_control_room'
EM_ADVOCATES = 'em_advocates'
# Previously, this was teaken from settings.LVC_GROUP, but that value has
# changed. So we have to hard-code it for past migrations
LVC = 'Communities:LSCVirgoLIGOGroupMembers'
SUPEREVENT_PERMS = {
# Label permissions
......
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