Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Component/s: Legacy, Legacy > Workflow Portlets
-
Labels:
-
Fix Priority:3
-
Similar Issues:
Description
In com.liferay.portal.kernel.workflow.BaseWorkflowHandler.getWorkflowDefinitionLink(), the classPk is discarded and replaced by a 0 when the underlying util method is called. It should pass the classPk as the fourth argument and probably only pass 0 for the typePk value.

We use 0 for classPk, typePk in BaseWorkflowHandler because most of the entities don't use it. Currently only the document library is using those vlaues.