-
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
INT B-22140 #14489
INT B-22140 #14489
Conversation
MAIN B-22139
MAIN-B-21505
update addresses set postal_code = '92054', us_post_region_cities_id = 'd0c818dc-1e6c-416a-bfa9-2762efebaed1' where id = 'af2ebb73-54fe-46e0-9525-a4568ceb9e0e'; | ||
|
||
--fix Camp Pendelton transportation office spelling | ||
update transportation_offices set name = 'PPPO DMO Camp Pendelton' where id = 'f50eb7f5-960a-46e8-aa64-6025b44132ab'; |
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 believe the spelling should be Pendleton
instead here.
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.
@begrohmann what did you do?? did you misspell it on purpose?
@@ -110,7 +110,7 @@ test.describe('(MultiMove) Orders', () => { | |||
await page.getByRole('combobox', { name: 'Pay grade' }).selectOption({ label: 'E-7' }); | |||
await page | |||
.getByRole('combobox', { name: 'Counseling Office' }) | |||
.selectOption({ label: 'PPPO DMO Camp Pendleton - USMC' }); | |||
.selectOption({ label: 'PPPO DMO Camp Pendelton - USMC' }); |
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.
Are we sure we need to change this to Pendelton
? Maybe an intentional Misspelling?
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.
correcting
yep I just googled the base... definitely spelled |
--update address for Camp Pendelton transportation office | ||
update addresses set postal_code = '92054', us_post_region_cities_id = 'd0c818dc-1e6c-416a-bfa9-2762efebaed1' where id = 'af2ebb73-54fe-46e0-9525-a4568ceb9e0e'; | ||
|
||
--fix Camp Pendelton transportation office spelling |
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.
(minor) misspelling still there on comments and migration name
Approving
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.
B-22140
Summary
Adding Camp Pendleton, CA as a Counseling Office for LKNQ associated with Camp Pendleton duty location. This is CM'ing a defect fixed in Prod under INC1896099.
Is there anything you would like reviewers to give additional scrutiny?
this article explains more about the approach used.
Verification Steps for the Author
These are to be checked by the author.
Verification Steps for Reviewers
When origin duty location is Camp Pendleton, CA, the user should see PPPO DMO Camp Pendleton in the Counseling Office drop down list.
These are to be checked by a reviewer.
How to test
Frontend
officeApp
class or custommin-width
styling is used to hide any states the would not be visible to the user.Backend
Database
Any new migrations/schema changes:
Screenshots