Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
0.1
-
Quasar
-
Puma Sprint 235, Puma Sprint 237, Puma Sprint 238
Description
Separate backport issue for 14.x because no scxml changes allowed
If the current user is editing the draft and makes changes to the unpublished (s)he should be allowed to
- still obtainEditableInstance (again)
- invoke saveUnpublished
The user should still be allowed to 'obtainEditableInstance' since this hint can be used to find out is someone else is editing already (note this already works correctly)
If another user is editing the document and the current user makes changes to the unpublished, then
- obtainEditableInstance should not be allowed
- invoke saveUnpublished should not be allowed