Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 4.0.8rc1, 4.2.2rc1, 4.4.0alpha1
-
Fix Version/s: 4.2.6rc1, 4.4.0alpha2, 4.4 (plan)
-
Component/s: Templates (T)
-
Labels:None
-
Team:Team B
-
Sprint:Sprint 55 (Aug 2019)
-
Story Points:0.125
Description
After implementing ZBXNEXT-4731 tags have been added to templates. Now when a template is being exported <tags/> element are added. Current existing templates located in templates/ directory does not have these elements and therefor should be regenerated.
Steps to reproduce:
- Create new Zabbix instance
- Export any existing template
- Do a diff between the just exported template and its equivalent .xml from templates/
Result:
+ <tags/>
Expected:
No difference.