register_model_view Documentation issue #8168

Closed
opened 2025-12-29 20:33:22 +01:00 by adam · 0 comments
Owner

Originally created by @peterbaumert on GitHub (Jun 7, 2023).

Originally assigned to: @abhi1693 on GitHub.

Change Type

Correction

Area

Plugins

Proposed Changes

4a88d5e3d9/netbox/utilities/views.py (L181)

@netbox_model_view(Site, 'myview', path='my-custom-view') should be @register_model_view(Site, 'myview', path='my-custom-view')

Originally created by @peterbaumert on GitHub (Jun 7, 2023). Originally assigned to: @abhi1693 on GitHub. ### Change Type Correction ### Area Plugins ### Proposed Changes https://github.com/netbox-community/netbox/blob/4a88d5e3d90501909130868cb57c5c5a321f3703/netbox/utilities/views.py#L181 @netbox_model_view(Site, 'myview', path='my-custom-view') should be @register_model_view(Site, 'myview', path='my-custom-view')
adam added the status: acceptedtype: documentation labels 2025-12-29 20:33:22 +01:00
adam closed this issue 2025-12-29 20:33:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8168