- Affected version
- 2.1.7
The report handler has a
This makes extending the above template very hard since it doesn't exist, and you need to fall back to hooking
getTemplateName
method which returns a template name, however the user
content type does not have this template (report_content_user
).This makes extending the above template very hard since it doesn't exist, and you need to fall back to hooking
report_view
template instead.