[PR #10681] [MERGED] 10655 fix contacts display in list views #13673

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10681
Author: @arthanson
Created: 10/18/2022
Status: Merged
Merged: 10/18/2022
Merged by: @jeremystretch

Base: developHead: 10655-contacts-in-list-view


📝 Commits (2)

  • cf5c6da 10655 fix contacts display in list views
  • a01eb61 10655 review changes

📊 Changes

11 files changed (+78 additions, -78 deletions)

View changed files

📝 netbox/circuits/tables/circuits.py (+4 -6)
📝 netbox/circuits/tables/providers.py (+3 -5)
📝 netbox/dcim/tables/devices.py (+20 -9)
📝 netbox/dcim/tables/devicetypes.py (+16 -7)
📝 netbox/dcim/tables/power.py (+4 -5)
📝 netbox/dcim/tables/racks.py (+3 -6)
📝 netbox/dcim/tables/sites.py (+7 -18)
📝 netbox/tenancy/tables/columns.py (+10 -0)
📝 netbox/tenancy/tables/tenants.py (+3 -5)
📝 netbox/virtualization/tables/clusters.py (+4 -10)
📝 netbox/virtualization/tables/virtualmachines.py (+4 -7)

📄 Description

Fixes: #10655

Fixes regression to contacts display in list-view tables. Makes a mixin for displaying it in tables to get only the name. Also cleans up some imports in effected files.


🔄 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/10681 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 10/18/2022 **Status:** ✅ Merged **Merged:** 10/18/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10655-contacts-in-list-view` --- ### 📝 Commits (2) - [`cf5c6da`](https://github.com/netbox-community/netbox/commit/cf5c6da6c67edbc1580fc31c167365e4705c2447) 10655 fix contacts display in list views - [`a01eb61`](https://github.com/netbox-community/netbox/commit/a01eb611527aa6a810816f130f0911c8fc297b88) 10655 review changes ### 📊 Changes **11 files changed** (+78 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/tables/circuits.py` (+4 -6) 📝 `netbox/circuits/tables/providers.py` (+3 -5) 📝 `netbox/dcim/tables/devices.py` (+20 -9) 📝 `netbox/dcim/tables/devicetypes.py` (+16 -7) 📝 `netbox/dcim/tables/power.py` (+4 -5) 📝 `netbox/dcim/tables/racks.py` (+3 -6) 📝 `netbox/dcim/tables/sites.py` (+7 -18) 📝 `netbox/tenancy/tables/columns.py` (+10 -0) 📝 `netbox/tenancy/tables/tenants.py` (+3 -5) 📝 `netbox/virtualization/tables/clusters.py` (+4 -10) 📝 `netbox/virtualization/tables/virtualmachines.py` (+4 -7) </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 approved and assigned prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WE BE CLOSED AUTOMATICALLY. Specify your assigned issue number on the line below. --> ### Fixes: #10655 <!-- Please include a summary of the proposed changes below. --> Fixes regression to contacts display in list-view tables. Makes a mixin for displaying it in tables to get only the name. Also cleans up some imports in effected files. --- <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:20:11 +01:00
adam closed this issue 2025-12-29 23:20:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13673