Steffen
Well-known member
- Affected version
- 2.2.7
If you report multiple posts in a single thread then all report closure notifications look the same and you don't know which report was resolved and which was rejected or which post/report a closure comment belongs to. This can be fixed by adding a link that points to the reported content. The variables already exist, they are just not used in the templates.
1. In the following four templates, the value of the "title" parameter needs to be changed from
2. In the following two templates, the tag
1. In the following four templates, the value of the "title" parameter needs to be changed from
$extra.title
to '<a href="' . $extra.link . '" class="fauxBlockLink-blockLink">' . $extra.title . '</a>'
:- unfortunately_report_made_recently_rejected
- unfortunately_report_made_recently_rejected_comment_x
- report_that_you_made_recently_has_been_resolved
- report_that_you_made_recently_has_been_resolved_comment_x
2. In the following two templates, the tag
<push:url>{{ base_url($extra.link, 'canonical') }}</push:url>
needs to be appended:- push_user_report_resolved
- push_user_report_rejected