on ‎2018 Sep 12 5:41 PM
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
Request clarification before answering.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.