Completed workflow tasks ordering is not consistent between MySQL 5 and PostgreSQL 8.
Description
Environment
Attachments
Discovered while testing
Activity

Cynthia Wilburn March 12, 2012 at 2:00 PM
Reopening to add 6.1.1 CE GA2. Close as Fixed.

Robert Srisam-ang February 2, 2012 at 12:10 PM
PASSED Manual Testing following the steps in the description.
Fixed on:
Tomcat 7 + PostgreSQL 8. 6.1.x GIT ID: 49f750bfe0f04f0f3326e38aad59790fa4753875. 6.1.x Plugins GIT ID: e1d63755da7a58659109fbf51b03614b9fd5cd14.
Tomcat 7 + PostgreSQL 8. 6.2.x GIT ID: 7617f526037bc0bb6546b61e6a2834047ad10586. 6.2.x Plugins GIT ID: 61e6fa0903e8a1a785dc7f3dc94ffe78149ac85e.
Completed workflow tasks ordering is consistent between MySQL 5 and PostgreSQL 8.

Robert Srisam-ang February 1, 2012 at 12:33 PM
FAILED Manual Testing following the steps in the description.
Failed on:
Tomcat 7 + PostgreSQL 8. 6.1.x GIT ID: c2df229d78899f13c0c3ce3e1070cf15d969569b.
Tomcat 7 + PostgreSQL 8. 6.2.x GIT ID: 33b972d0a9e492a371f8272b38692c65d6dcdb75.
Issue is failing because of http://issues.liferay.com/browse/LPS-25259. Waiting for that issue to get fixed before re-testing.

Michael Han January 31, 2012 at 9:59 PM
This is actually due to the way the workflow portlets are passing the order by parameters to the kaleo queries
Details
Assignee
Robert Srisam-angRobert Srisam-ang(Deactivated)Reporter
Robert Srisam-angRobert Srisam-ang(Deactivated)Labels
Branch Version/s
6.1.xBackported to Branch
CommittedFix Priority
2Databases
PostgreSQL 8.4Git Pull Request
Bug Type
Regression BugComponents
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee

Reporter

Labels
Branch Version/s
Backported to Branch
Fix Priority
Databases
Git Pull Request
Bug Type
Components
Fix versions
Affects versions
Priority
Zendesk Support
Linked Tickets
Zendesk Support
Linked Tickets
Zendesk Support

Steps to reproduce:
1. Deploy kaleo-web plugin
2. Navigate to Control Panel > Workflow Configuration
3. Select Single Approver (Version 1) near Web Content
4. Add Web Content Article and Submit for Publication
5. Click My Workflow Tasks > Actions > Assign to Me > OK
6. Actions > Reject > OK
7. Actions > Resubmit > OK
8. Actions > Assign to Me > OK
9. Actions > Approve > OK
10. Click Completed Tab
You will notice in PostgreSQL the "update" task is at the bottom of the list, but in MySQL the "update" task is in the middle of the list. It should be consistent across databases. (See attachments)