Use Case:
A user downloads a folder with all documents to the local file system.
The user makes changes to some of the downloaded documents.
The user uploads all documents via desktop client.
The user expects that the system will create a new document version only for the changed documents.

Observation:
When the user uploads all documents via desktop client, the system creates a new document version for all documents, even if they are not changed.

Requested change:
The system shall create a new document version only for the document is different than the latest version in the database.

Comments