-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Description
NetBox version
v3.2.5
Feature type
New functionality
Proposed functionality
Add a new column to display the Tenant Group of the records Tenant.
This would require a new column tenant_group on all tables which also has the tenant column.
It would not be a default column.
It would also require (For performance reasons) that the tenant.group is prefetched in all views.
Use case
Our use case is that we represent a customer as a Tenant Group and theirs different contracts as Tenants. This means that we end up with a contract number as the Tenant name, which makes it a bit hard to figure out at a glance which customer a thing belongs to.
If we could add the Tenant Group (Which contains the customer name) to the table, it would solve our user experience issue.
Database changes
None
External dependencies
None
swoga
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application