Skip to content
Snippets Groups Projects
Commit 6d2ce69d authored by Julian's avatar Julian
Browse files

Merge iCal migrations

parent 9c95d715
No related branches found
No related tags found
1 merge request!975Resolve "Add possibility to create Ical feeds for all apps"
......@@ -28,4 +28,14 @@ class Migration(migrations.Migration):
'verbose_name_plural': 'Personal Calendar URLs',
},
),
migrations.AlterModelOptions(
name='globalpermissions',
options={'default_permissions': (), 'managed': False, 'permissions': (
('view_system_status', 'Can view system status'), ('manage_data', 'Can manage data'),
('impersonate', 'Can impersonate'), ('search', 'Can use search'),
('change_site_preferences', 'Can change site preferences'),
('change_person_preferences', 'Can change person preferences'),
('change_group_preferences', 'Can change group preferences'), ('test_pdf', 'Can test PDF generation'),
('invite', 'Can invite persons'), ('use_ical', 'Can create and consume iCal feeds'))},
),
]
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