Page 1 of 1

version and file version

Posted: Wed Feb 05, 2014 4:02 pm
by mistake
Hello,

is it possible to disable the version counter and use only file version?

Example:
- check-in of my document "file.doc": version and file version are 1.0
- rename of this item in logicaldoc to "file_1": version is 1.1 and file version is 1.0
- check-out of this document and check-in again: version and file version is 1.2 now

For my working process, this might create some trouble. I wish the file versione increases from 1.0 to 1.1

Thanks!

Re: version and file version

Posted: Wed Feb 12, 2014 9:19 am
by agaspa
You can configure the max number of versions by changing the property

document.maxversions

on the file context.properties

document.maxversions=0 // standard versioning system
document.maxversions=1 // disable versioning, only the last copy of the document will be kept
context-properties.gif
context properties disable versioning
context-properties.gif (15.44 KiB) Viewed 3198 times
Unfortunately, the behavior you specify is hardcoded,
and can not be changed by adjusting the configuration parameters

Either way you can make an enhancement request on the dedicated website: http://issues.logicaldoc.com