-
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 22305 int milmove error message has incorrect url for technical helpdesk #14763
B 22305 int milmove error message has incorrect url for technical helpdesk #14763
Conversation
…rect-URL-for-Technical-Helpdesk
…elpdesk' into B-22305-INT-Milmove-Error-message-has-incorrect-URL-for-Technical-Helpdes
…age-has-incorrect-URL-for-Technical-Helpdesk
…age-has-incorrect-URL-for-Technical-Helpdesk
…rect-URL-for-Technical-Helpdesk
B-20536 add queue management tracking to move history
…rect-URL-for-Technical-Helpdesk
…age-has-incorrect-URL-for-Technical-Helpdesk
src/shared/ErrorModal/ErrorModal.jsx
Outdated
@@ -12,7 +12,7 @@ export const ErrorModal = ({ closeModal, errorMessage, displayHelpDeskLink = tru | |||
<SystemError> | |||
{errorMessage} | |||
{displayHelpDeskLink && ( | |||
<a href="mailto:usarmy.scott.sddc.mbx.G6-SRC-M\ilMove-HD@mail.mil">Technical Help Desk</a> | |||
<a href="mailto:=usarmy.scott.sddc.mbx.G6-SRC-MilMove-HD@army.mil">Technical Help Desk</a> |
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.
Joey, it appears you added an equals sign after 'mailto:'. I don't see this in any other part of the code where it's offering a mailto, maybe a mistake?
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.
if I leave the '=' in, it puts it in the to line and fails to send.
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.
Yeah thought it needed one (mistook eslint's error), but yeah looks it didn't after all, just needed to move up a line. Nonetheless just pushed up the change to correct it.
…r-Technical-Helpdesk' into B-22305-INT-Milmove-Error-message-has-incorrect-URL-for-Technical-Helpdesk
…age-has-incorrect-URL-for-Technical-Helpdesk
…age-has-incorrect-URL-for-Technical-Helpdesk
…age-has-incorrect-URL-for-Technical-Helpdesk
B-22305
Summary
Corrected error modal support email link
Prereq
Prereqs:
On MoveHome.jsx:102
change the use state default fromfalse
totrue
forconst [showErrorAlert, setShowErrorAlert] = useState(true);
How to test
3.There should be a modal looking like this:
4.Hover over the “Technical Help Desk” link, to see the link at the lower corner of the screen,
mailto:[email protected]