Skip to content

Commit

Permalink
Add trackers_integration into tenant_groups.models.Group.relevant_apps
Browse files Browse the repository at this point in the history
to allow per-tenant assignment for permissions around personal API
tokens, see kiwitcms/trackers-integration#44
  • Loading branch information
atodorov committed Oct 23, 2023
1 parent 8efbf19 commit e903f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tenant_groups/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Group(models.Model):
"testplans",
"testruns",
"tenant_groups",
"trackers_integration",
]

name = models.CharField(_('name'), max_length=150, unique=True)
Expand Down

0 comments on commit e903f4b

Please sign in to comment.