-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.4.1rc1, 6.0.0alpha1
-
Sprint 76 (May 2021), Sprint 77 (Jun 2021)
-
0.25
Steps to reproduce:
- Create template with item in 5.0 version
- Add JavaScript preprocessing with value
// Convert Apache status to JSON var lines = value.split('\n'); var output = {}, workers = { me:be };
- Export template
zbx_export_templates_js.xml - Import file in 5.4
- Import file again in 5.4
- Check javascript diff
Result:
each line of javascript are in quotes
Expected:
no quotes