Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
6d2ce69d
Commit
6d2ce69d
authored
3 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Merge iCal migrations
parent
9c95d715
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!975
Resolve "Add possibility to create Ical feeds for all apps"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/core/migrations/0039_personal_ical_url.py
+10
-0
10 additions, 0 deletions
aleksis/core/migrations/0039_personal_ical_url.py
with
10 additions
and
0 deletions
aleksis/core/migrations/0039_personal_ical_url.py
+
10
−
0
View file @
6d2ce69d
...
...
@@ -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
'
))},
),
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment