-
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-18326 Update the Estimated Weight - B-18327 Remove Fields - B-18322 Update Requested pickup date #11941
B-18326 Update the Estimated Weight - B-18327 Remove Fields - B-18322 Update Requested pickup date #11941
Conversation
…ual delivery date, and Required Delivery Date -Updated the Estimated Weight -Updated Requested pickup date
…t-PPM-Remove-select-fields-from-MTO-as-TOO-PPM
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
|
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.
- There are a couple floating ';' on the page
Other than that everything looks good to me
Changes in this PR doesn't seem to match the PR to Integration. For example:
is in the PR to Integration but not on this one. |
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 checked the old branch against this branch and am not seeing a diff. Can you check one more time? |
Verification rpt attached. |
This was discussed through a DM in slack. Adding this comment as a reference. |
Per dev, main pr is correct and complete. |
…github.com/transcom/mymove into amw-B18326-Update-the-Estimated-Weight-PPM
weightResult = ppmShipment.estimatedWeight; | ||
displayedPickupAddress = pickupAddress; | ||
displayedDeliveryAddress = destinationAddress || destinationDutyLocationAddress; |
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.
Looks like you have duplicated changes. These lines are already in line 166~168
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.
Pushing that fix now. Thank you buddy
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.
No problem! But if those 3 lines of code are all there is in this PR, isn't that mean the changes are already in main and this PR is actually not needed?
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.
because I see 0 files changed now in this PR
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.
Correct
The current state of the ask from the PO is not to have the 3 fields but rather to only have 2. The names are correct at this time AFAIK. |
Previous PR into integration testing