[PR #15201] [MERGED] 14405 render link_peer to CSV #14544

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15201
Author: @arthanson
Created: 2/20/2024
Status: Merged
Merged: 2/20/2024
Merged by: @jeremystretch

Base: developHead: 14405-link-peer-csv


📝 Commits (2)

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 netbox/dcim/tables/devices.py (+5 -0)

📄 Description

Fixes: #14405

Provides a value_link_peer to render link_peer fields to CSV files similar to what the template_code does for HTML rendering. Instead of appearing as extra lines in the CSV (which is still valid) puts a ">" between the parent and child instead of a new line.


🔄 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/15201 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/20/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14405-link-peer-csv` --- ### 📝 Commits (2) - [`ad1366d`](https://github.com/netbox-community/netbox/commit/ad1366d90dc8f3d422290556fc1c971d9c3b0aaa) 14405 render link_peer to csv - [`695d833`](https://github.com/netbox-community/netbox/commit/695d83378c47f7fddcf1fada9c3de24763ae9c90) 14405 review changes ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/tables/devices.py` (+5 -0) </details> ### 📄 Description ### Fixes: #14405 Provides a value_link_peer to render link_peer fields to CSV files similar to what the template_code does for HTML rendering. Instead of appearing as extra lines in the CSV (which is still valid) puts a ">" between the parent and child instead of a new line. --- <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 23:25:06 +01:00
adam closed this issue 2025-12-29 23:25:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14544