-
Notifications
You must be signed in to change notification settings - Fork 1
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
DT-1219: Allow un-selecting auth domains on snapshot create #1753
Conversation
jade-data-repo-ui
|
Project |
jade-data-repo-ui
|
Branch Review |
sh/DT-1219
|
Run status |
|
Run duration | 02m 52s |
Commit |
|
Committer | Shelby Holden |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
17
|
View all changes introduced in this branch ↗︎ |
@@ -191,9 +191,10 @@ function FullViewSnapshotButton({ | |||
sx={{ height: '2.5rem' }} | |||
disabled={userGroups ? userGroups.length <= 1 : true} | |||
options={userGroups ? userGroups.map((group) => group.groupName) : []} | |||
name="authorization-domain" | |||
name="Select Authorization Domain" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the name here will affect tests, since that generates the IDs by which we grab the component.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks!
I'm now formatting the id with lodash's "kebab case", so hopefully that will at least generate a more meaningful id.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, I will rebase on your changes, thank you 👍
https://broadworkbench.atlassian.net/browse/DT-1219
Before:
https://drive.google.com/file/d/1SLNW12OJjLjTDkf8dQMae2NUKb_qVbc-/view?usp=drive_link
After:
https://drive.google.com/file/d/1yzDz2hJyQWYRWGvi7jVZ2nsC1JZ67iVx/view?usp=drive_link
Included Changes