-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 M7
-
Fix Version/s: 6.2.4 CE GA5, 6.2.X EE, 7.0.0 M7
-
Component/s: Workflow, Workflow > API, Workflow > API > Kaleo Engine
-
Labels:
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:12
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
Master
1) Extracted clean instance of Liferay 6.2 SP8.
2) Uninstalled the existing Kaleo.
3) Deployed the Kaleo provided in https://issues.liferay.com/secure/attachment/136262/kaleo-web-6.2.10.3.war
4) Create 101 Kaleo definitions.
5) Change Delta to "75 Items per page".
6) 75 Definitions shown.
7) 25 Definitions shown.
Actual result: Only 100 definitions are getting displayed in the list
Expected result: Second page should show remaining 26 i.e. Complete definitions should be displayed.
My investigation : There is JSP called view_definitions.jspf, this file contains following code:
List<WorkflowDefinition> workflowDefinitions = WorkflowDefinitionManagerUtil.getWorkflowDefinitions(company.getCompanyId(), 0, 100, null);
Here end is defined as 100 (Hard coded) which should not be, so according to me end should be the total number of definitions.
End Goal All definitions should be displayed.
- relates
-
LPE-14190 Portal not showing all the kaleo definitions,kaleo definitions links
-
- Closed
-