-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
My custom action sets the result of the action to a NodeRef
action.setParameterValue(PARAM_RESULT, productNodeRef);
but, CMA returns "resulthere" string, instead of the noderef :-)
Serializable result = actionService.executeAction(ticket, action, parentNodeRef);
action.setParameterValue(PARAM_RESULT, productNodeRef);
but, CMA returns "resulthere" string, instead of the noderef :-)
Serializable result = actionService.executeAction(ticket, action, parentNodeRef);