-
Notifications
You must be signed in to change notification settings - Fork 35
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
B-21350-INT Bulk assignment modal equal assignment button #14840
base: integrationTesting
Are you sure you want to change the base?
Conversation
d81eded
to
cc8edc1
Compare
398f535
to
915e9a2
Compare
#14867 should go first |
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'd like to request some changes to the error message that displays by changing it to this:
{isError && (
<Alert type="error" headingLevel="h4" slim>
{errorMessage}
</Alert>
)}
I'm cool with it being at the top or the bottom, here's a screenshot for both:
Looks a lot cleaner to me and uses functionality we use throughout the app
Also want to make sure that you're clearing that error when the user clicks the cancel button, etc |
Updated AC to include them being preselected at request of PO |
I think at that point it seems irrelevant imo - because we've showed it to them and then they took another action so we can assume they've seen it and feels right to clear it |
057fc1c
to
d48df35
Compare
@danieljordan-caci @pambecker updated error message placement, using for the error, clearing the error, disabling the save if form is unchanged, and no prompting user with the cancel confirmation if the form is unchanged. I think. |
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.
@danieljordan-caci Updated, sorry about not checking Happo |
Agility ticket
Summary
This work adds checkboxes to the bulk assignment modal for the purposes of equal assignment. I am very open to suggestions on this PR if anyone has suggestions on managing the state of selected/checked users, or the math for equal assignment :)
Changes in primeapiv2 are from main
Changes in adminapi and rejected_office_user_service_test.go are from linter
How to test