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

Should the action-id for the action in backoffice always start with "com.hybris.cockpitng.action.{myaction}", where {myaction} is the action name

soumit
Discoverer
0 Likes
406

I am trying to create a new action in backoffice for a custom widget. When I created the action with the action-id in the action's definition.xml as "org.myextension.widgets.actions.chatdelete", the image of this action was not displayed against the widget in the backoffice, but when i changed the action to "com.hybris.cockpitng.action.chatdelete" the image was displayed .

My query is should the action-id always start with "com.hybris.cockpitng.action.{myaction}", where {myaction} is the action name

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

the only requirement is that the id must be unique. Of course using non-printable (blank) signs may become a problem, so I would also avoid those.

Cheers, Wojtek