Two ID columns in VLAN table #7802
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.0.9
Python version
3.9
Steps to Reproduce
Expected Behavior
The vid column should be distinguished from the netbox object ID column. For example, call it "VLAN ID".
Observed Behavior
Both the VLAN ID and the Netbox object ID have the same "ID" header, both in the table and in the CSV export. This causes an issue with anything consuming the exported CSV file, as the ID header is now ambiguous.
This bug was introduced in v3.0.9 via FR #6930 / PR #7673.
netbox/netbox/ipam/tables/vlans.py
Lines 92 to 97 in f5356b8
The text was updated successfully, but these errors were encountered: