Is it possible to display groups list in a plugin instead of NetBox admin ? #11773
Unanswered
papounaise
asked this question in
Q&A
Replies: 1 comment
-
The nebox ObjectListView uses the ObjectPermissionRequiredMixin to manage permissions which calls restrict on the queryset. You can try overriding the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to display groups list in a plugin instead of NetBox admin ?
I always get the error " 'QuerySet' object has no attribute 'restrict'"
What shall I do ?
Beta Was this translation helpful? Give feedback.
All reactions