add more contact fields to contact assignments table #12955
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
NetBox version
v3.5.4
Feature type
Change to existing functionality
Proposed functionality
Contact assignments table would include additional columns that correspond to contact fields:
These fields would not be shown by default. Users could add them to the table via "Table Configuration" dialog.
Field definitions in
NetboxTables
can use accessor argument to refer to fields that span model relations. To forContactAssignments
table you could refer to contact fields. Something like this:Use case
When looking up contacts for a site, the most often needed data is a persons phone number or email. Currently to access this information you need to click on each contact to see them. With this change one could see a list of phone numbers for all contacts assigned to a site and just start calling them down the list.
Database changes
No database changes required
External dependencies
None
The text was updated successfully, but these errors were encountered: