-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
7.4.3
-
None
Steps to reproduce:
- If template has some inconsistencies in database it fails to export from Zabbix
Result:
**
- Browser is redirected to page that doesn't exist (url end with zabbix.php?action=templates.list when it should end with zabbix.php?action=template.list)
- Error message about failed export is not shown on that page as it should have been shown on correct template.list -page
Expected:
Browser should be redirected to template list page (url ends with  zabbix.php?action=template.list) with error message on the top of the page.
Attached patch fixes the problem. There is one extra letter "s" in action in /usr/share/zabbix/ui/app/views/template.list.php.