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

Contacts field in add team form not populating #5220

Closed
gsnider2195 opened this issue Feb 2, 2024 · 1 comment
Closed

Contacts field in add team form not populating #5220

gsnider2195 opened this issue Feb 2, 2024 · 1 comment
Assignees
Labels
type: bug Something isn't working as expected
Milestone

Comments

@gsnider2195
Copy link
Contributor

Environment

  • Nautobot version (Docker tag too if applicable): v2.2.0a1
  • Python version: n/a
  • Database platform, version: n/a
  • Middleware(s): n/a

Steps to Reproduce

  1. Navigate to any device's contacts tab
  2. Click add a new contact
  3. Go to the Add a new team tab
  4. Click the dropdown for contacts

Expected Behavior

API call to /api/extras/contacts

Observed Behavior

API call to /api/extras/teams

FIX

Typo in the queryset kwarg here

@gsnider2195 gsnider2195 added type: bug Something isn't working as expected triage This issue is new and has not been reviewed. and removed triage This issue is new and has not been reviewed. labels Feb 2, 2024
@lampwins lampwins added this to the v2.2 milestone Feb 9, 2024
@HanlinMiao HanlinMiao self-assigned this Feb 27, 2024
HanlinMiao added a commit that referenced this issue Feb 27, 2024
HanlinMiao added a commit that referenced this issue Mar 5, 2024
…or ContactAssociation model. (#5358)

* fixed #5220 and #5221

* added data migration to populate default statuses and roles for contact association

* removed unused code

* Update changes/5145.added

Co-authored-by: Gary Snider <75227981+gsnider2195@users.noreply.github.com>

* Update changes/5220.fixed

Co-authored-by: Gary Snider <75227981+gsnider2195@users.noreply.github.com>

* address PR feedback

* fix flaky tests

* refactored migration helper methods

* address PR feedback

* address PR feedback

* fix merge conflict

---------

Co-authored-by: Gary Snider <75227981+gsnider2195@users.noreply.github.com>
@glennmatthews
Copy link
Contributor

Implemented by #5358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

4 participants