-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Deployment Type
Self-hosted
NetBox Version
v3.7.0
Python Version
3.10
Steps to Reproduce
- Create a local data source with URL like
file:///etc/netbox/config/reports - Create a file there with contents from this example: https://github.com/netbox-community/customizations/blob/master/reports/ipam-reports/ip-duplicate.py
- Add a new report module from this file via the local data source
- Delete the report module
- Modify the Python code to remove the
UniquePrefixReportclass - Resync the data source
- Add a new report module from the same Python file
Expected Behavior
It should show only one report for UniqueIPReport
Observed Behavior
Trying to view the source results in an error. /extras/reports/ip_duplicate/UniquePrefixReport/source/

markkuleinio and ross-cello
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
