-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add business rule for user name uniqueness. #2260
Comments
melton-jason
added a commit
that referenced
this issue
Feb 22, 2023
Fixes #2260 Adds the following Uniqueness Rules: Of the form: Table.field -> uniqueIn CollectingEvent.uniqueidentifier -> discipline CollectionObject.uniqueidentifier -> collection DisposalAgent.role/agent -> disposal Extractor.agent -> dnasequence Fundingagent.agentt -> collectingtrip Locality.uniqueidentifier -> discipline LocalityCitation.referencework -> locality PcrPerson.agent -> dnasequence Specifyuser.name -> (DATABASE)
This is currently fixed in #2965 (along with other missing uniqueness rules) and will be included with all of the other Business Rule refactoring changes. |
melton-jason
added a commit
that referenced
this issue
Apr 10, 2023
Fixes #2260 Adds the following Uniqueness Rules: Of the form: Table.field -> uniqueIn CollectingEvent.uniqueidentifier -> discipline CollectionObject.uniqueidentifier -> collection DisposalAgent.role/agent -> disposal Extractor.agent -> dnasequence Fundingagent.agentt -> collectingtrip Locality.uniqueidentifier -> discipline LocalityCitation.referencework -> locality PcrPerson.agent -> dnasequence Specifyuser.name -> (DATABASE)
Fixed in #2965 Will be included in 7.9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So that the following IntegrityError would have been caught as a BusinessRuleException:
The text was updated successfully, but these errors were encountered: