-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix secure message return to inbox (#961)
* Initial commit of fix for return to inbox * auto patch increment * Updated code based on comments * Removed redundent testt * Temp ignore of vulnerability * Update gunicorn version * Have updated the code to return to correct inbox after reassignment * Updated code and tests based on comments * Run lint again * Remove some test code * Missed 2 old references * Updated to code and tests based on recommendations and reversion of pipfile lock * Update gunicorn * Merge main * auto patch increment * Have updated the code based on comments * Update Ashe to ASHE in tests" * Update the URLs --------- Co-authored-by: ras-rm-pr-bot <[email protected]>
- Loading branch information
1 parent
c594810
commit 1450be6
Showing
4 changed files
with
241 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
response_operations_ui/templates/conversation-view/cv-back-link.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{% if thread_data.category != 'SURVEY' %} | ||
{% set selected_survey = '' %} | ||
{% endif %} | ||
<a href="{{ url_for('messages_bp.view_selected_survey', selected_survey=selected_survey, page=page, conversation_tab=conversation_tab, ru_ref_filter=ru_ref_filter, business_id_filter=business_id_filter) }}" class="ons-u-mb-s" id="back-link">Return to messages</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.