on 2019 Mar 04 10:42 AM
Hello,
In my custom action, actionContext.getData() returns null.
Here is my backoffice-config.xml:
<y:actions xmlns:y="http://www.hybris.com/cockpit/config/hybris" xmlns:editorArea="http://www.hybris.com/cockpitng/component/editorArea" xmlns:wz="http://www.hybris.com/cockpitng/config/wizard-config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<y:group qualifier="common">
<y:label>actiongroup.common</y:label>
<y:action action-id="com.custom.activate" property="currentObject"/>
</y:group>
</y:actions>
</context>
And definitions.xml :
Request clarification before answering.
Hello ,
My requirement is adding a new button adjacent to delete button in one custom item (eg: MyProduct). On click of that button, need to fetch the attributes of that item type in Action.
What is missing in my implementation ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.