Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Community] Enhanced team and role management #2567

Open
wants to merge 3 commits into
base: 14.0
Choose a base branch
from
Open

Conversation

WolfyWin
Copy link
Contributor

Q A
Bug fix? no
New feature? yes
BC breaks? no

Added an option when creating a team to choose whether or not to use existing roles.

  • Added of a Boolean field on the Team entity to store whether or not existing roles are used.
  • Removal "delete cascade" on the role and managerRole relationships of Team entity.
  • Removal of the uniqueness constraint on the Team entity for role_id and manager_role_id.
  • New field added to serializer and deserializer.
  • Add new 'useExistingRoles' field in the form.
  • Prevent roles from being created automatically when the team is created if useExistingRoles = true.
  • Prevent team roles from being deleted when the team is deleted if they are existing roles.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant