-
Notifications
You must be signed in to change notification settings - Fork 21
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
#3280: Review member permissions in registrar [LITTERBOX] #3325
Conversation
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
1 similar comment
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
This reverts commit f775818.
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
1 similar comment
🥳 Successfully deployed to developer sandbox litterbox. |
@rachidatecs Ready for re-review |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
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.
Address last comments and conditionally approved.
@@ -18,10 +18,11 @@ export class MemberDomainsTable extends BaseTable { | |||
addRow(dataObject, tbody, customTableOptions) { | |||
const domain = dataObject; | |||
const row = document.createElement('tr'); | |||
row.setAttribute("tabindex", "0"); |
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.
I get that, but why do we need to tab through static table rows in the first place? This seems unnecessary, therefore should not be done?
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
🥳 Successfully deployed to developer sandbox litterbox. |
Ticket
Resolves #3280
Changes
Context for reviewers
Most of the changes in this PR impact the member table, so that is a good place to start. The other two locations this hits are on the edit member domains table and the member domains table.
Setup
You will need to test the following:
Basically, all the changes denoted above will need to be tested. Given the volume of smaller changes, I would recommend doing this via a huddle as that would be more efficient. You will need to be in portfolio mode with the
organization_members
flag enabled.Code Review Verification Steps
As the original developer, I have
Satisfied acceptance criteria and met development standards
Ensured code standards are met (Original Developer)
Validated user-facing changes (if applicable)
As a code reviewer, I have
Reviewed, tested, and left feedback about the changes
Validated user-facing changes as a developer
Note: Multiple code reviewers can share the checklists above, a second reviewer should not make a duplicate checklist. All checks should be checked before approving, even those labeled N/A.
As a designer reviewer, I have
Verified that the changes match the design intention
Validated user-facing changes as a designer
References
Screenshots