-
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-18733 - MAIN - Prime Sim UI - Display Error Message Off response error #12039
B-18733 - MAIN - Prime Sim UI - Display Error Message Off response error #12039
Conversation
…ise because cannot hide button. Hiding will require schema change on GET response.
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.
Matches integration, g2g!
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.
NOTE: This PR does have changes from INT that are not in this main PR but this was because the INT PR was used to help resolve conflicts that were occurring between INT and main.
The only actual change for both PRs was made in the MoveDetails.jsx file and the changes match what is in INT.
Bundle StatsHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
B-18733
E-04799
For MAIN
Summary
NOTE: This ticket is a result of an issue discovered during the PO acceptance demo for the EPIC (E-04799). On 422 Unprocessable Error users will now get a more accurate error message when a move does not have Prime counseling(only local counseling). Hiding the button is not feasible given the extra effort and potential risk because it required changing the GET response schema to return back the origin duty location hasCounseling flag.
This PR is for enhancements to the Prime Simulator UI to consume new Prime move order document download API.
GET: /moves/:locator/documents?type:type
where:type
can be [ALL, ORDERS, AMENDMENTS]API is designed to handle the following use cases:
A new download button "Download Move Orders" and dropdown for doc type have been added within the Move section in the details page.
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
Frontend
officeApp
class or custommin-width
styling is used to hide any states the would not be visible to the user.