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

Warehousingbackoffice: hide a column in listview

Former Member
913

Hello, i want adjust the listview for consignment in the Ordermanagementsystem. I found the warehousingbackofficelistview in warehousingbackoffice-backoffice-config.xml and want to hide some columns. I extended our backoffice my-backoffice-config.xml with the Listview of the warehousingbackoffice. But the original columns will all be showen. How can i change it?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

mpern
Product and Topic Expert
Product and Topic Expert

The trick is using merge-mode="remove"

(I'm using the product list-view in my example since I don't have a OMS setup at hand)

 <context type="Product" component="listview">
   <list-view:list-view xmlns:list-view="http://www.hybris.com/cockpitng/component/listView">
     <list-view:column qualifier="code" merge-mode="remove"/>
   </list-view:list-view>
 </context>
priyanka_gupta2692
Participant
0 Likes

Yes, merge-mode="remove" is working. After build reset everything is needed. Thanks.

Answers (0)