-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GraphQL] Only one primary IP is shown when querying #18329
Comments
I had some time to take a closer look. This behavior has been occurring since v4.1.11. |
Sure looks like it. I can confirm that the bug not reproducible with I'm going to pin NetBox to v0.52.0 for now. This will likely need to be pursued upstream. Thanks for digging into this @freym! |
I know this issue is closed but I want to document my finding here for anyone else that may run into it: If you're still on v4.1.11, this issue also seems to affect other nested fields. For example, the |
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.2.0
Python Version
3.12
Steps to Reproduce
Expected Behavior
A list with all primary IPs should be displayed
Observed Behavior
Only the first primary IP is displayed. All other IPs are NULL.
Example:
IPs:
Only 192.168.1.1 is displayed, when you unmark this IP, 192.168.1.2 is displayed when running the query.
The text was updated successfully, but these errors were encountered: