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

Add tags to location form #2190

Merged
merged 5 commits into from
Aug 15, 2022

Conversation

itdependsnetworks
Copy link
Contributor

@itdependsnetworks itdependsnetworks commented Aug 11, 2022

Closes: #DNS

What's Changed

A keen eyed customer noted that tags was missing from the Location form.

Additional/related fixes added by @glennmatthews:

  • Location tag filter name of tags was correct with how we want to do things moving forward, but there's existing code (notably the implementation of TagColumn) that expects this filter to be named tag as it is (incorrectly) named in all other existing filters. So sadly I changed it to tag.
  • Added missing include in location_edit.html so that tags/custom fields/relationships/notes show up in this form.
  • A cursory search found that the same include was missing for configcontextschema_edit.html, and that the forms for ConfigContext were missing the Notes mixins.

TODO

N/A

@glennmatthews glennmatthews self-assigned this Aug 11, 2022
@bryanculver bryanculver mentioned this pull request Aug 13, 2022
12 tasks
@bryanculver bryanculver merged commit 453d7bc into nautobot:develop Aug 15, 2022
briddo pushed a commit that referenced this pull request Aug 16, 2022
* Add tags to location form

Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
briddo pushed a commit that referenced this pull request Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants