Unable to assign tags to L2VPN endpoint in Webui #8645

Closed
opened 2025-12-29 20:39:17 +01:00 by adam · 2 comments
Owner

Originally created by @davesbell on GitHub (Sep 19, 2023).

Originally assigned to: @arthanson on GitHub.

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.

Originally created by @davesbell on GitHub (Sep 19, 2023). Originally assigned to: @arthanson on GitHub. ### 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.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:39:17 +01:00
adam closed this issue 2025-12-29 20:39:17 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 19, 2023):

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 commented on GitHub (Sep 19, 2023): 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.
Author
Owner

@davesbell commented on GitHub (Sep 19, 2023):

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

@davesbell commented on GitHub (Sep 19, 2023): 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](https://github.com/netbox-community/netbox/assets/101636305/033d0d29-f899-43aa-a032-e493cb4794f5) Tags are there in the API messages: ![image](https://github.com/netbox-community/netbox/assets/101636305/cca3a9e9-ba89-48a7-80f6-f51e4ae28d18) Trying to edit the l2vpn endpoint - no option to edit tags. ![image](https://github.com/netbox-community/netbox/assets/101636305/c0b1281d-fc90-42aa-a7fb-a3b2c050d854)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8645