-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: 🚧 Replace custom Notes by Nautobot ones #324
Conversation
Some of these files still need to be formatted with ruff: https://github.com/nautobot/nautobot-app-circuit-maintenance/actions/runs/11048959517/job/30693493079?pr=324 The pull request CI is currently failing silently |
ObjectChangeLogView.as_view(), | ||
name="circuitmaintenance_changelog", | ||
kwargs={"model": CircuitMaintenance}, | ||
"circuit-maintenances/overview/", views.CircuitMaintenanceOverview.as_view(), name="circuitmaintenance_overview" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly migrate this view into a custom action on CircuitMaintenanceUIViewSet
as well? Not blocking for this PR though.
Co-authored-by: Glenn Matthews <[email protected]>
No description provided.