-
Incident report
-
Resolution: Duplicate
-
Major
-
None
when exporting, templates that are linked against other templates might be placed first in the file.
for example, if template_email is linked against template_linux, ordering might be:
template_email
template_linux
this fails at import, which makes large scale export/import transitions impractical. ideal solution would :
1. sort entries properly upon export for better backwards compatibility;
2. load xml data on a general level, sort it properly (and see whether anything is wrong before attempting to import stuff) and only then import.
- duplicates
-
ZBX-2975 cannot import two linked templates
- Closed