Replies: 1 comment
-
I derived a solution by creating a template to handle the logic I needed. In the future, a method similar to Django get_form_kwargs() would be useful. |
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.
-
I am developing a plugin and have an edit view using the generic netbox ObjectEditView. I would like to modify form fields based on the current user. I believe this would require passing the request to the form. However, I have not figured out what method can do that, if possible. Any advice?
Beta Was this translation helpful? Give feedback.
All reactions