mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
add changes for 6.0.7
This commit is contained in:
parent
1593ca5f34
commit
769b9e5beb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
</notes>
|
||||
<contents>
|
||||
<dir baseinstalldir="SeedDMS" name="/">
|
||||
|
|
Loading…
Reference in New Issue
Block a user