Skip to content
Snippets Groups Projects

Allow sponsors access to all roles on their units

Merged Andreas Ellewsen requested to merge GREG-150-host-access-ou-roles into master
All threads resolved!
Files
2
@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("greg", "0018_add_ou_parent_relatedname"),
("greg", "0017_consent_choices"),
]
operations = [
Loading