attempt at fixing confirmation emails by setting email headers, link for manual confirmation email and cut next release #29

Merged
ben merged 8 commits from ben/Jobboerse:main into main 2022-06-10 15:36:51 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit c4338067bc - Show all commits

fix reviewers getting an error on submission due to missing edit action

Bennet Bleßmann 2022-06-10 13:49:06 +02:00 committed by Bennet Bleßmann
Signed by: ben
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fix
- confirmation emails now set the UserAgent and Auto-Submitted headers
- the error pages using the generic_error_handler now set the Content-Type header
- prevent error on missing edit action
- occurred for reviewers submitting job offers as the actions are not set for the preview after submission
## [0.2.0] (2022-06-09)

View file

@ -102,7 +102,9 @@
{{/if}}
{{/if}}
{{#if job_offer.actions.edit_url }}
<a href="{{job_offer.actions.edit_url}}">Bearbeiten</a>
{{/if}}
{{/if}}
</div>
</section>