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

Could not able to customize List view for tickets in backoffice

Former Member
0 Likes
323

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> 

Accepted Solutions (0)

Answers (0)