on ‎2018 Oct 24 1:44 PM
I have re-arranged the order for the list view in backoffice through Orchestrator, It was working. Same change when I place it in my custom extension it was not working. I have done update from hac and also I have done reset to defaults in Orchestrator but no luck.
My custom extension was created from backoffice template only. Below is the code.
<list-view:list-view xmlns:list-view="http://www.hybris.com/cockpitng/component/listView" xmlns:advanced-search="http://www.hybris.com/cockpitng/config/advancedsearch" xmlns:df="http://www.hybris.com/cockpitng/component/dynamicForms" xmlns:editorArea="http://www.hybris.com/cockpitng/component/editorArea" xmlns:n="http://www.hybris.com/cockpitng/config/explorertree" xmlns:na="http://www.hybris.com/cockpitng/config/notifications" xmlns:simple-search="http://www.hybris.com/cockpitng/config/simplesearch" xmlns:wz="http://www.hybris.com/cockpitng/config/wizard-config" xmlns:y="http://www.hybris.com/cockpit/config/hybris">
<list-view:column label="customersupport_backoffice_tickets_creationTime" qualifier="creationtime"/>
<list-view:column label="customersupport_backoffice_tickets_subject" qualifier="headline"/>
<list-view:column label="customersupport_backoffice_tickets_ticketID" qualifier="ticketID"/>
<list-view:column label="customersupport_backoffice_tickets_site" qualifier="baseSite"/>
<list-view:column label="customersupport_backoffice_tickets_status" qualifier="state" spring-bean="ticketStatusCellRenderer"/>
<list-view:column label="customersupport_backoffice_tickets_order_code" qualifier="order.code"/>
<list-view:column label="customersupport_backoffice_tickets_customername" qualifier="customer.name"/>
<list-view:column label="customersupport_backoffice_tickets_lastModifiedTime" qualifier="modifiedtime"/>
<list-view:column label="customersupport_backoffice_tickets_priority" qualifier="priority"/>
<list-view:column label="customersupport_backoffice_tickets_category" qualifier="category"/>
</list-view:list-view>
</context>
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 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.