Hello,
I made an extension to change the search filters displayed by default above object lists of class NetworkDevice. Those changes show up in …/data/datamodel-production.xml so I assume my extension is taken into account correctly. Excerpt of datamodel-production.xml:
My mistake was found: There has to be an <items></items> tag around the <item> tags. Unfortunately neither the setup nor the toolkit throw an error although the tag is mandatory.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I made an extension to change the search filters displayed by default above object lists of class NetworkDevice. Those changes show up in …/data/datamodel-production.xml so I assume my extension is taken into account correctly. Excerpt of datamodel-production.xml:
But it does not work. Shown search filters are still “Network Device”, “Management IP” and “Organization”.
Am I missing something? In the past I made and extension to default_search of class ProviderContract and it works.
My mistake was found: There has to be an
<items></items>
tag around the<item>
tags. Unfortunately neither the setup nor the toolkit throw an error although the tag is mandatory.