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

Contact tab disappears when accessing Dynamic Groups tab #5511

Closed
itdependsnetworks opened this issue Mar 30, 2024 · 2 comments · Fixed by #5551
Closed

Contact tab disappears when accessing Dynamic Groups tab #5511

itdependsnetworks opened this issue Mar 30, 2024 · 2 comments · Fixed by #5551
Assignees
Labels
type: bug Something isn't working as expected

Comments

@itdependsnetworks
Copy link
Contributor

Environment

  • Nautobot version (Docker tag too if applicable): 2.2
  • Python version: 3.11
  • Database platform, version:
  • Middleware(s):

Steps to Reproduce

  1. Go to a device detail page
  2. click on dynamic groups tab
  3. Look for contacts tab

Expected Behavior

Contacts tab showing like this
image

Observed Behavior

image

@itdependsnetworks itdependsnetworks added type: bug Something isn't working as expected triage This issue is new and has not been reviewed. labels Mar 30, 2024
@itdependsnetworks
Copy link
Contributor Author

The issue stems from is_contact_associatable_model being set on the view, that is not used by dynamic groups view. That being said, imho, the state of this belongs on the model, and not the view.

@glennmatthews glennmatthews removed the triage This issue is new and has not been reviewed. label Apr 1, 2024
@glennmatthews glennmatthews changed the title Contact tab disappears Contact tab disappears when accessing Dynamic Groups tab Apr 1, 2024
@itdependsnetworks
Copy link
Contributor Author

@glennmatthews I would consider this beyond the scope of clicking dynamic groups, that is the only place now, but in general, this would/could happen for any other custom tab an app put in.

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

Successfully merging a pull request may close this issue.

3 participants