-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix organization rename case sensitivity (#12208)
* Use case sensitive check to confirm organization name * Use case sensitive check to confirm team name * Use case sensitive check to confirm project name * Allow changing case with organization rename For example, allow renaming 'Foo' to 'foo'. * Allow changing case with team rename For example, allow rename 'Bar' to 'bar'. * Show org name in title of rename confirm modal * Test case sensitive check to confirm actions * Test allow changing case with rename
- Loading branch information
Showing
11 changed files
with
188 additions
and
103 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
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
Oops, something went wrong.