peteeckel / netbox-plugin-dns

NetBox DNS is a NetBox plugin for managing DNS data.
https://pypi.org/project/netbox-plugin-dns
MIT License
204 stars 17 forks source link

Managed Record table does not only show managed records #396

Closed peteeckel closed 2 months ago

peteeckel commented 2 months ago

Versions NetBox Version: 4.1.0 NetBox DNS Version: 1.1.0 Python Version: 3.11.5

Describe the bug The 'Managed Records' list view does not only show managed records, but all records.

To Reproduce Steps to reproduce the behavior:

  1. Create an arbitrary DNS record
  2. Navigate to the 'Managed Records' list view

Expected result The manually created record does not show up.

Actual result The manually created record is listed in the table.