You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the NetBox models can have custom detail views (and tabs) registered using utilities.views.register_model_view, but core.Job cannot have these custom views because core.urls.urlpatternslacks of this line:
I suggest to add the line above to the core.urls.urlpatterns
Use case
With the proposed change plugin maintainers will be allowed to add extra tabs to Job detail view.
Moreover, the proposed change will just put core.Job model in consistency with the most of the other NetBox models which already have the corresponding include lines in the urlpatterns
Database changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered:
I believe this functionality was added in a recent release, so I'm going to close this out. Please feel free to resubmit if you still encounter issues on NetBox v4.2.1 or later.
NetBox version
v4.0.9
Feature type
Change to existing functionality
Proposed functionality
Most of the NetBox models can have custom detail views (and tabs) registered using
utilities.views.register_model_view
, butcore.Job
cannot have these custom views becausecore.urls.urlpatterns
lacks of this line:I suggest to add the line above to the
core.urls.urlpatterns
Use case
With the proposed change plugin maintainers will be allowed to add extra tabs to Job detail view.
Moreover, the proposed change will just put
core.Job
model in consistency with the most of the other NetBox models which already have the corresponding include lines in the urlpatternsDatabase changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: