cancel
Showing results for 
Search instead for 
Did you mean: 

How to change a standard label in the cscockpit

Former Member
0 Kudos

Hi there,

I have a custom extension, that extends standard hybris cscockpit extension. In the ticketpool widget renderer I want to change a label for a filter.

Here is an example what I want to do:

From Hybris: cscockpit.widget.ticketpool.SearchStatus.NewOrOpen=New or open

To mycustomcscockpit: mycustomcscockpit.widget.ticketpool.SearchStatus.NewOrOpen=New or in progress

How can I do it?

Just to change the property key to "mycustomcscockpit.widget.ticketpool.SearchStatus.NewOrOpen" or redeclaration of the property in the custom extension doesn't work.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Great! Thank you. Redeclaration of the widget configuration (widgetTitle) is a best solution.

Former Member
0 Kudos

yeah, It doesn't work. You need to override the "cscockpit.widget.ticketpool.SearchStatus.NewOrOpen" property, or you can redefine the "widgetTitle" of bean "csTicketPoolWidgetConfig" through "alias". Hope useful for you.