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

Cannot assign VLAN to VLAN Group (UI) #4430

Closed
smk4664 opened this issue Sep 12, 2023 · 1 comment · Fixed by #4508
Closed

Cannot assign VLAN to VLAN Group (UI) #4430

smk4664 opened this issue Sep 12, 2023 · 1 comment · Fixed by #4508
Assignees
Labels
type: bug Something isn't working as expected

Comments

@smk4664
Copy link
Contributor

smk4664 commented Sep 12, 2023

Environment

  • Nautobot version (Docker tag too if applicable): 2.0.0rc1
  • Python version: 3.10
  • Database platform, version: postgres13
  • Middleware(s): None

Steps to Reproduce

  1. Create a VLAN Group
  2. Click the 4094 vlans available to create a VLAN
  3. Create VLAN

Expected Behavior

Created VLAN shows up in the VLAN Group

Observed Behavior

VLAN is created but not associated to the VLAN Group. Additionally, you cannot edit an existing VLAN and add it to the group.

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

Looks to have been broken by #3094. That renamed the form field from VLANForm.group to VLANForm.vlan_group but didn't update templates/ipam/vlan_edit.html accordingly. Fixing this specific issue should be a one-line fix to the template.

@glennmatthews glennmatthews removed the triage This issue is new and has not been reviewed. label Sep 13, 2023
@smk4664 smk4664 self-assigned this Sep 22, 2023
@smk4664 smk4664 mentioned this issue Sep 22, 2023
7 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 22, 2023
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.

2 participants