I found a solution in Help Center. Сhapter "Defining Menus -> Displaying Actions -> Trouble Shooting"
Icons for some actions are missing | To follow UI standards, the action service is designed to only show the icons in the actions menu if those icons also appear in some toolbar anywhere in the system. If you need to workaround this for some action that doesn’t belong in any toolbar, you could create a dummy model with your action such as: <model name=”toolbarModelNotUsedAnywhere”> <action name=”myAction” type=”myActionType”/> </model>Then the action service will show the icon defined for that action in the actions menu. |
Caution: in my case this model exists already at NetMarkets-actionmodels