-
Notifications
You must be signed in to change notification settings - Fork 49
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
feat(interview): Contact modal [4] #1157
base: 2.3.0
Are you sure you want to change the base?
Conversation
|
||
<p> | ||
{% blocktrans trimmed %} | ||
If you have questions about a question or other inqueries to support, you can use the |
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.
maybe:
If you have questions about a question or other inqueries to support, you can use the | |
If you have a question or feedback please get in touch with us, you can use this form to send an email to the {{ request.site.name }} support" | |
or is it meant to be overwritten in the rdmo-app anyway?
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 changed it, and yes it is supposed to be overwritten, but a good default does not hurt.
01d9ef8
to
b453485
Compare
eb9da41
to
f199bc6
Compare
Aaand found another unrelated with the end of the interview (b1a5da8) |
This PR adds the possibility to send questions though a contact form directly from the interview. It contains:
PROJECT_CONTACT
andPROJECT_CONTACT_RECIPIENTS
settingsfetchContact
,sendContact
,closeContact
actions and acontactResolver
for the Redux storeQuestionContact
(the button) andContact
(the modal) componentsResolves: #502
Screenshot: