peteeckel/netbox-plugin-dns

Record templates are not copied when a zone template is cloned

peteeckel opened this issue · 0 comments

Versions
NetBox Version: 4.0.7
NetBox DNS Version: 1.0.5
Python Version: 3.11.5

Describe the bug
When a zone template is cloned, the clone does not contain the record templates from the original.

To Reproduce
Steps to reproduce the behavior:

  1. Create a record template
  2. Create a zone template, assigning the record template to it
  3. Clone the zone template

Expected result
The clone should have the record template assigned to it.

Actual result
The list or record templates for the cloned zone template is empty.