pynautobot icon indicating copy to clipboard operation
pynautobot copied to clipboard

Field: Local Context Data (Nautobot v2.0.1)

Open gygetho opened this issue 4 months ago • 0 comments

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"

gygetho avatar Feb 29 '24 15:02 gygetho