-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: 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.2.2
Python version
3.8
Steps to Reproduce
- Create a site and some contacts
- Assign multiple contacts to a site
- View the sites list and add the "Contacts" column
- Go to export > current view and inspect the CSV output
Expected Behavior
The value of the contacts columns for each object should be a plain comma-delimited string, e.g. "Contact 1,Contact 2".
Observed Behavior
The output for this column includes the HTML hyperlink code, e.g. "<a href=""/tenancy/contacts/1/"">Contact 1</a>, <a href=""/tenancy/contacts/2/"">Contact 2</a>".
Metadata
Metadata
Assignees
Labels
status: 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