Display a config item class column when sub grouped

Moderator: crythias

Post Reply
PGH
Znuny newbie
Posts: 3
Joined: 01 Mar 2017, 20:39
Znuny Version: 5.0.16
Real Name: Mike

Display a config item class column when sub grouped

Post by PGH »

Hello,

I am trying to improve the Agent view of the CMDB. I recently added sub groups to a Config Item Class and want that information to be visible when searching the CMDB. I found the "ITSMConfigItem::Frontend::AgentITSMConfigItemSearch###ShowColumnsByClass" part of the sys config that changes what is seen in a CMDB search.

However, when using the standard definitions such as "MobileCom::LINECONDITION::1", the column for "LINECONDITION" does not appear unless the config item definition is outside of the subgroup.

In short: Is there a way to display a config item class column when doing a search, when the column ID is sub grouped in the config item definition? (See Below)

_______________________________________________________________________________________________
{
Key => 'Carrier',
Name => 'Carrier',
Searchable => 1,
Input => {
Type => 'GeneralCatalog',
Class => 'ITSM::CONFIGITEM::MOBILECOM::CARRIER',
},
Sub => [
{
Key => 'LINECONDITION',
Name => 'Line Condition',
Searchable => 1,
Input => {
Type => 'GeneralCatalog',
Class => 'ITSM::CONFIGITEM::MOBILECOM::LINECONDITION',
Translation => 1,
},

See ITSMConfigItem::Frontend definition attached.

________________________________________________________________________________________

I appreciate any help on this.

Thank you,
Mike
You do not have the required permissions to view the files attached to this post.
Post Reply