-
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
INTEGRATION - BP-18060 - Wire up AOA packet link customer/office (PART 2 - FIX CUSTOMER ISSUE) #12182
Conversation
…ore merging to main.
…ndo before merging to main.
…ndo before merging to main.
…ndo before merging to main
|
…ility with Multi-move
fix whitespace
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.
AOA Paperwork downloads successfully for both customer and office when multi-move is both enabled and disabled. Testing looks sufficient and tests pass locally.
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.
Was able to download the AOA packet for Office and Customer.
B-18060
E-05253
Summary
For INTEGRATION
NOTE: This is a second PR for 18060 for INT. First PR had an issue with the link not working on the customer side. This PR is address the issue by changing the implementation. Created a new shared component as button link. Hopefully this corrects the problem.
This PR is the culmination of E-05253 -- implementing the click event for the AOA download link introduced by B-18058 and B-18059 and invoking REST API developed in B-18061.
Note, this PR implements both the customer and office AOA download links.
Customer:

Office:

Verification Steps for the Author
These are to be checked by the author.
Verification Steps for Reviewers
These are to be checked by a reviewer.
Setup to Run the Code
How to test
Verify click event downloads file with unique file name. Behavior is similar to the other downloads.
Note: Modal error message will display if there is a runtime error.
Frontend
officeApp
class or custommin-width
styling is used to hide any states the would not be visible to the user.Backend