-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.4
-
Fix Version/s: 5.1.5
-
Component/s: None
When publishing a document to more than one section, one history version is created for each section's proxy, instead of reusing the same version.
This is due to PublishActionsBean.publishDocument(doc, section) always re-changing the issued date, and this method is called in a loop.