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

Tenants are not linked to tenancy group #4726

Closed
lvrfrc87 opened this issue Oct 30, 2023 · 1 comment · Fixed by #4739
Closed

Tenants are not linked to tenancy group #4726

lvrfrc87 opened this issue Oct 30, 2023 · 1 comment · Fixed by #4739
Assignees
Labels
type: bug Something isn't working as expected

Comments

@lvrfrc87
Copy link
Contributor

Environment

  • 2.0.3
  • 3.8
  • Database platform, version: psql13

Steps to Reproduce

  1. Create tenancy group
  2. Add tenant to tenancy group

Expected Behavior

Tenants to be part of the tenancy group

Observed Behavior

Tenants are created but no linked to the tenancy group

@lvrfrc87 lvrfrc87 added type: bug Something isn't working as expected triage This issue is new and has not been reviewed. labels Oct 30, 2023
@glennmatthews
Copy link
Contributor

Looks like the tenant_group field is missing from the edit page template - https://github.com/nautobot/nautobot/blob/develop/nautobot/tenancy/templates/tenancy/tenant_edit.html#L10 should be form.tenant_group not form.group

@lvrfrc87 lvrfrc87 self-assigned this Oct 30, 2023
@HanlinMiao HanlinMiao removed the triage This issue is new and has not been reviewed. label Oct 30, 2023
lvrfrc87 added a commit that referenced this issue Nov 1, 2023
@lvrfrc87 lvrfrc87 mentioned this issue Nov 1, 2023
HanlinMiao added a commit that referenced this issue Nov 1, 2023
* Fix #4726

* changelog

---------

Co-authored-by: Hanlin Miao <hanlin980505@gmail.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants