Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[SELC-5956] feat: added check of uniqueness group name in creation and editing api #216

Merged
merged 4 commits into from
Nov 7, 2024

Conversation

empassaro
Copy link
Collaborator

List of Changes

added check of uniqueness group name in creation and editing api

Motivation and Context

To allow the existence of a group with the same name as a previously deleted group the unique index on the collection will be removed, and an application control will be added to inhibit the creation and modification of the group name if there are active or suspended groups with the same name.

How Has This Been Tested?

local

Screenshots (if appropriate):

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@empassaro empassaro requested a review from a team as a code owner November 6, 2024 10:01
@empassaro empassaro requested a review from manuraf November 6, 2024 10:01
Copy link

sonarcloud bot commented Nov 6, 2024

@empassaro empassaro merged commit a855fb0 into main Nov 7, 2024
8 checks passed
@empassaro empassaro deleted the feature/SELC-5956 branch November 7, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants