attempt at fixing confirmation emails by setting email headers, link for manual confirmation email and cut next release #29
2 changed files with 5 additions and 1 deletions
fix reviewers getting an error on submission due to missing edit action
commit
c4338067bc
|
|
@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Fix
|
### Fix
|
||||||
- confirmation emails now set the UserAgent and Auto-Submitted headers
|
- confirmation emails now set the UserAgent and Auto-Submitted headers
|
||||||
- the error pages using the generic_error_handler now set the Content-Type header
|
- 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)
|
## [0.2.0] (2022-06-09)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,9 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<a href="{{job_offer.actions.edit_url}}">Bearbeiten</a>
|
{{#if job_offer.actions.edit_url }}
|
||||||
|
<a href="{{job_offer.actions.edit_url}}">Bearbeiten</a>
|
||||||
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue