[PR #19860] [MERGED] Fixes #19839: Enable export of parent assignment for recursively nested objects #15737

Closed
opened 2025-12-30 00:23:44 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19860
Author: @jeremystretch
Created: 7/10/2025
Status: Merged
Merged: 7/15/2025
Merged by: @bctiemann

Base: mainHead: 19839-nested-object-parent-export


📝 Commits (1)

  • 23cc4f1 Fixes #19839: Enable export of parent assignment for recursively nested objects

📊 Changes

5 files changed (+38 additions, -10 deletions)

View changed files

📝 netbox/dcim/tables/devices.py (+6 -2)
📝 netbox/dcim/tables/sites.py (+16 -4)
📝 netbox/tenancy/tables/contacts.py (+5 -1)
📝 netbox/tenancy/tables/tenants.py (+5 -1)
📝 netbox/wireless/tables/wirelesslan.py (+6 -2)

📄 Description

Fixes: #19839

Add a non-default parent table column to enable parent export for the following models:

  • dcim.DeviceRole
  • dcim.Location
  • dcim.Region
  • dcim.SiteGroup
  • tenancy.ContactGroup
  • tenancy.TenantGroup
  • wireless.WirelessLANGroup

🔄 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/19860 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `main` ← **Head:** `19839-nested-object-parent-export` --- ### 📝 Commits (1) - [`23cc4f1`](https://github.com/netbox-community/netbox/commit/23cc4f1c418ad47cbf748d98a82c2d57cd929316) Fixes #19839: Enable export of parent assignment for recursively nested objects ### 📊 Changes **5 files changed** (+38 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/tables/devices.py` (+6 -2) 📝 `netbox/dcim/tables/sites.py` (+16 -4) 📝 `netbox/tenancy/tables/contacts.py` (+5 -1) 📝 `netbox/tenancy/tables/tenants.py` (+5 -1) 📝 `netbox/wireless/tables/wirelesslan.py` (+6 -2) </details> ### 📄 Description ### Fixes: #19839 Add a non-default `parent` table column to enable parent export for the following models: - dcim.DeviceRole - dcim.Location - dcim.Region - dcim.SiteGroup - tenancy.ContactGroup - tenancy.TenantGroup - wireless.WirelessLANGroup --- <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-30 00:23:44 +01:00
adam closed this issue 2025-12-30 00:23:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15737