Skip to content
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

Field: Local Context Data (Nautobot v2.0.1) #169

Open
gygetho opened this issue Feb 29, 2024 · 0 comments · May be fixed by #185
Open

Field: Local Context Data (Nautobot v2.0.1) #169

gygetho opened this issue Feb 29, 2024 · 0 comments · May be fixed by #185

Comments

@gygetho
Copy link

gygetho commented Feb 29, 2024

In pynautobot 2.0.2 response.py, Line 253:
if k in ["custom_fields", "local_context_data"] or hasattr(lookup, "_json_field")

should be changed to:
if k in ["custom_fields", "local_config_context_data"] or hasattr(lookup, "_json_field").

Fieldname "local_context_data" has changed in Nautobot! If you dont change it, you cant have a "url" field in Local Config Data, because this would then be treated as a potential "nautobot endpoint"

@jvanderaa jvanderaa linked a pull request Apr 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant