-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
Self-hosted
NetBox Version
v4.4.0
Python Version
3.10
Steps to Reproduce
The title_long column drops plugin icon because render_title_long() overrides TemplateColumn.
- Install and enable any plugin that sets a non‑empty
iconin itsPluginConfig. - Open the list view for plugins and observe the
title_longcolumn.
Expected Behavior
The title_long column should render via PLUGIN_NAME_TEMPLATE, including the plugin’s icon.
Observed Behavior
Although title_long is declared as a TemplateColumn referencing PLUGIN_NAME_TEMPLATE, it is overridden by render_title_long(), which omits the icon. As a result, the plugin icon is not displayed next to the name.
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application