Custom script MultiObjectVar fails to populate field with default values when launched from /extras/scripts directly #22416
Unanswered
Qwertyasdfg123
asked this question in
Help Wanted!
Replies: 1 comment 1 reply
-
|
The error message is telling you what's wrong. You need to past a list of tag IDs, not a queryset, which cannot be serialized as form data. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
NetBox Edition
NetBox Community
NetBox Version
v4.6.2
Python Version
3.12
Steps to Reproduce
Reproduced on public demo stand
Expected Behavior
Expected similar behaviour in both cases, one of:
Observed Behavior
You can use queryset as default value if you first go to script page
You can not use queryset as default value if you launch script from /extras/scripts page
Beta Was this translation helpful? Give feedback.
All reactions