[PR #6904] [CLOSED] fixes #6895: Some fields not exporting to CSV right #13184

Closed
opened 2025-12-29 22:25:51 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6904
Author: @martijnremmen
Created: 8/6/2021
Status: Closed

Base: developHead: 6895-role-csv-export


📝 Commits (1)

  • 0af5571 fixes #6895: some fields not exporting to CSV right

📊 Changes

1 file changed (+43 additions, -34 deletions)

View changed files

📝 netbox/ipam/tables.py (+43 -34)

📄 Description

Fixes: #6895

  • Adds a custom column for VRF Targets and Prefixes. that export to csv space seperated
  • Replaced vlan/prefix templatecolumn with a normal column. Note: This removes old functionality that by clicking the role, one would filter the list on vlans/prefixes that have this specific role. If this functionality is desired, another custom column could be made. Although in my opinion the UX isn't clear on this (when clicking other properties we navigate to the view of that model, except for the role, which removes all current filters and applies a new one)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/6904 **Author:** [@martijnremmen](https://github.com/martijnremmen) **Created:** 8/6/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `6895-role-csv-export` --- ### 📝 Commits (1) - [`0af5571`](https://github.com/netbox-community/netbox/commit/0af55712c2a336ca8dfe7629f8c8da24071f26fb) fixes #6895: some fields not exporting to CSV right ### 📊 Changes **1 file changed** (+43 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/tables.py` (+43 -34) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #6895 <!-- Please include a summary of the proposed changes below. --> * Adds a custom column for VRF Targets and Prefixes. that export to csv space seperated * Replaced vlan/prefix templatecolumn with a normal column. **Note:** This removes old functionality that by clicking the role, one would filter the list on vlans/prefixes that have this specific role. If this functionality is desired, another custom column could be made. Although in my opinion the UX isn't clear on this (when clicking other properties we navigate to the view of that model, except for the role, which removes all current filters and applies a new one) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:25:51 +01:00
adam closed this issue 2025-12-29 22:25:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13184