Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X, Master
-
7.2.x, 7.1.x
-
Committed
-
2
-
Staging
Description
Steps to reproduce:
- Create two users: Author1 and Author2
- Give them Administrator role
- Enable Staging with Page Versioning on Liferay site
- Go to Configuration > Workflow and enable Single Approver workflow for Page Revision
- Sign in as Author1
- Edit the page (eg. remove HelloWorld portlet)
- Submit the Page for publication
- Status is - Pending (Review)
- Log in as Author2
- Assign workflow task to Author2
- Author1 changes something on the page (eg. add a web content display portlet)
- Status becomes Draft
- After that, Author2 changes something on the page too (eg. adds a blog portlet)
- Author2 approves - Only the original changes are approved
- Neither Web content display, nor blogs portlet is added to the page
Expected behavior:
The user should be able to modify the page version which is under review without creating new versions.
There are two cases:
1) The reviewer modifies the pending version which was sent to review (Either nobody modified the page since it was sent to review, or the page was modified, but the reviewer is watching the pending version.
In this case the pending version should be modified, without creating new draft versions.
2) The reviewer modifies a draft version (Somebody modified the page since it was sent to review)
New draft versions should be created, without modifying the pending version which is in review.