cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to restrict catalog version to staged only to show list of categories in backoffice

Former Member
510

Hi ,

I have to display the list of categories for only staged version in custom backoffice perspective. I have below configuration in *-backoffice-config.xml as

 <context merge-by="type" parent="GenericItem" type="Category" component="customSalesRepBackofficelistview">
         <list:list-view xmlns:list="http://www.hybris.com/cockpitng/component/listView">
             <list:column qualifier="code" />
             <list:column qualifier="name"/>
             <list:column qualifier="categoryType" />
             <list:column qualifier="catalogVersion" />
             <list:column qualifier="allowedPrincipals" />
         </list:list-view>
     </context>


In this I want to display the list of categories already filtered by catalog version as Product Catalog:Staged version . Please suggest how we can achieve this.

Accepted Solutions (0)

Answers (0)