-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API: Handling creation of duplicate role for a dataset object (#10474)
* 9729: Handling repeated role creation error for datasets * 9729: Fixing unit test * 9729: Optimizing Imports * 9729: Deleting white space * 9729: Deleting redundant line * Update doc/release-notes/9729-release-notes.md Co-authored-by: Philip Durbin <philipdurbin@gmail.com> * 9375: Rolling back wrong code removal and reformatting * 9375: Refactoring and adding test * 9375: Changing message to use property file * 9887: rolling back formatting * 9729: rolling back formatting * 9729: rolling back formatting --------- Co-authored-by: Philip Durbin <philipdurbin@gmail.com>
- Loading branch information
Showing
5 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
An error is now correctly reported when an attempt is made to assign an identical role to the same collection, dataset, or file. #9729 #10465 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters