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

Unable to assign tags to L2VPN endpoint in Webui #13818

Closed
davesbell opened this issue Sep 19, 2023 · 2 comments · Fixed by #13824
Closed

Unable to assign tags to L2VPN endpoint in Webui #13818

davesbell opened this issue Sep 19, 2023 · 2 comments · Fixed by #13824
Assignees
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@davesbell
Copy link

NetBox version

V3.6.1

Python version

3.8

Steps to Reproduce

  1. Create L2VPN
  2. Create L2VPN endpoint

You end up at the following URL with a box on the left for tags:
https://demo.netbox.dev/ipam/l2vpn-terminations/1/

Checking this in the API shows the tags field returned:
https://demo.netbox.dev/api/ipam/l2vpn-terminations/

It is not possible to get to this URL (https://demo.netbox.dev/ipam/l2vpn-terminations/1/) from the webui once the endpoint has been created.
Even when creating the endpoint, there is no way to add a tag to it.

Expected Behavior

Tags are manageable through the webui

Observed Behavior

Tags are not manageable through the webui. I've not tried managing them through the API.

@davesbell davesbell added the type: bug A confirmed report of unexpected behavior in the application label Sep 19, 2023
@jeremystretch
Copy link
Member

Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports.

@jeremystretch jeremystretch added the status: revisions needed This issue requires additional information to be actionable label Sep 19, 2023
@davesbell
Copy link
Author

Hi Jeremy,

If you follow those steps you can reproduce the issue. There is no way to add/edit tags on l2vpn endpoints - at least from the Webui.

After creating an endpoint, here is the page you cannot get to in any other way:
image

Tags are there in the API messages:
image

Trying to edit the l2vpn endpoint - no option to edit tags.
image

@arthanson arthanson self-assigned this Sep 19, 2023
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation severity: low Does not significantly disrupt application functionality, or a workaround is available and removed status: revisions needed This issue requires additional information to be actionable labels Sep 19, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants