-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
V3.6.1
Python version
3.8
Steps to Reproduce
- Create L2VPN
- 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.
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application