169_Unknown_admin_on_teams #170

Merged
mpeltriaux merged 4 commits from 169_Unknown_admin_on_teams into master 2022-05-31 09:48:33 +02:00
Owner

Implements #169

# Implements #169
mpeltriaux added 4 commits 2022-05-31 09:48:26 +02:00
* adds admin column on team index view
* refactors Team model, so multiple members can become admins
* adds team migration for switch from fkey->m2m structure
* renames 'Group' to 'Permission' on user index view to avoid confusion between 'Groups' and Teams
* adds new autocomplete route for team-admin selection based on already selected members of the TeamForm
* adds restorable delete functionality to Team model
* refactors minor code model parts by introducing DeletableObjectMixin
* only non-deleted Teams can be chosen for sharing
* deleted Teams can be restored using the proper function on the backend admin
* deleted Teams do not provide
* adds migration
* adds tests for user app
* removes unused code snippets
mpeltriaux merged commit 8b6c8dc1aa into master 2022-05-31 09:48:33 +02:00
mpeltriaux deleted branch 169_Unknown_admin_on_teams 2022-05-31 09:48:36 +02:00
Sign in to join this conversation.
No description provided.