Skip to content
Snippets Groups Projects
Verified Commit 680c3881 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: add_note is no longer needed

parent cea135d6
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -15,7 +15,6 @@ PERMISSIONS = {
settings.ENTITLED_GROUPS[0]: {
"default add/change note & notelink": Permission.objects.filter(
codename__in=[
"add_note",
"add_notelink",
"change_note",
"change_notelink",
......@@ -39,7 +38,6 @@ PERMISSIONS = {
settings.ENTITLED_GROUPS[1]: {
"default add/change note & notelink": Permission.objects.filter(
codename__in=[
"add_note",
"add_notelink",
"change_note",
"change_notelink",
......
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