-
Notifications
You must be signed in to change notification settings - Fork 24
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
PSP-6945 : Access to PIMS Overview (Help File) - Header #3501
Conversation
eddherrera
commented
Oct 4, 2023
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
Codecov Report
@@ Coverage Diff @@
## dev #3501 +/- ##
==========================================
+ Coverage 66.19% 75.28% +9.08%
==========================================
Files 464 876 +412
Lines 14195 17760 +3565
Branches 1019 4986 +3967
==========================================
+ Hits 9397 13370 +3973
+ Misses 4551 4390 -161
+ Partials 247 0 -247
Flags with carried forward coverage won't be shown. Click here to find out more.
|
</p> | ||
<LinkStyled | ||
target="_blank" | ||
href="https://sp.th.gov.bc.ca/sites/PropertiesServices/Project%20Management/03.%20Execution%20and%20Control/PIMS%20Training" |
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 think we discussed this, but I assume this will be replaced with the actual tenant/openshift configmap based url so that we can modify this after deployment without needing a code change?
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.
Updated
activeTicketType={activeTicketType} | ||
setActiveTicketType={setActiveTicketType} | ||
page={helpPage?.name ?? location.pathname} | ||
page={location.pathname} |
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.
do we still need this? I feel like help is no longer context sensitive.
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 am passing the path as part of the email subject. should I remove it alltogether?
@eddherrera submitting the help form seems bugged, subject and body both coming through as undefined now. |
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.
mailto action is not working anymore, this is a regression.
3a93ab0
to
aca7a8c
Compare
✅ No secrets were detected in the code. |
…-6945 # Conflicts: # source/frontend/src/features/help/components/HelpModal.tsx
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
@eddherrera we have another story to update modal styling but not one to update header styling. I'll leave it up to you if you'd rather
|
@eddherrera also, I'm still seeing undefined as the subject and body when clicking yes on the help modal, that needs to be fixed. |
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |