-
Notifications
You must be signed in to change notification settings - Fork 18
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
#1604 allow analysts to view cancelled invitations - [AD] #3069
#1604 allow analysts to view cancelled invitations - [AD] #3069
Conversation
… ad/1604-allow-analysts-to-view-cancelled-invitations
🥳 Successfully deployed to developer sandbox ad. |
🥳 Successfully deployed to developer sandbox ad. |
… ad/1604-allow-analysts-to-view-cancelled-invitations
🥳 Successfully deployed to developer sandbox ad. |
… meoward/1604-allow-analysts-to-view-cancelled-invitations
… meoward/1604-allow-analysts-to-view-cancelled-invitations
…https://github.com/cisagov/manage.get.gov into meoward/1604-allow-analysts-to-view-cancelled-invitations
🥳 Successfully deployed to developer sandbox ad. |
🥳 Successfully deployed to developer sandbox ad. |
🥳 Successfully deployed to developer sandbox ad. |
🥳 Successfully deployed to developer sandbox ad. |
src/registrar/views/domain.py
Outdated
@@ -2,7 +2,7 @@ | |||
Authorization is handled by the `DomainPermissionView`. To ensure that only | |||
authorized users can see information on a domain, every view here should | |||
inherit from `DomainPermissionView` (or DomainInvitationPermissionDeleteView). | |||
inherit from `DomainPermissionView`. |
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.
Is this a change in our coding practices? What's the justification for no longer inheriting from DomainInvitationPermission{Delete/Cancel}View?
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 just removed it from this text since DomainInvitationPermissionDeleteView no longer exists. I will add DomainInvitationPermissionCancelView! This is a great catch.
Co-authored-by: Matt-Spence <[email protected]>
Co-authored-by: Matt-Spence <[email protected]>
…https://github.com/cisagov/manage.get.gov into meoward/1604-allow-analysts-to-view-cancelled-invitations
🥳 Successfully deployed to developer sandbox ad. |
🥳 Successfully deployed to developer sandbox ad. |
1 similar comment
🥳 Successfully deployed to developer sandbox ad. |
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.
Great work.
Ticket
Resolves #1604
Changes
Context for reviewers
Steps Test
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