From 769b9e5beb7407234ab8dd6232cd20cdb0151be3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 28 Nov 2019 14:07:19 +0100 Subject: [PATCH] add changes for 6.0.7 --- CHANGELOG | 3 ++- SeedDMS_Core/package.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 393743349..7665534b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,13 +3,14 @@ -------------------------------------------------------------------------------- - fix editing of document attachments - make receipt summary look like approval/review summary -- merge changes up to 5.1.12 +- merge changes up to 5.1.14 - do not show the updating user in a revision workflow if the status is 0 this is misleading because the user starting the revision workflow is the one first accessing the document - rejection of document receipts are turned off by default, but can be turned on in the settings - documents in DocumentChooser are sorted by name +- instead of just removing a user from all processes it can be replace by a new user -------------------------------------------------------------------------------- Changes in version 6.0.6 diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 9447260fe..da9eaf00c 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -28,6 +28,7 @@ SeedDMS_Core_Document::getTimeline() returns revision only for latest content add callback onSetStatus in SeedDMS_Core_DocumentContent::setStatus() add new list type 'DueRevision' in SeedDMS_Core_DMS::getDocumentList() a revision can also be started if some revisors have already reviewed the document +remove a user from all its process can also be used to set a new user