hello
It is possible to change the version of a node using the library function, without a new version is created?
For example:
I have a office document with version 3.2 and transfor this document to a pdf.
After that I want to change the version of the pdf to the version 3.2.
I try:
versionService.ensureVersioningEnabled(nodeRef, versionProperties);
or
versionService.createVersion(nodeRef, versionProperties);
But it does not work. Does anyone have any ideas?
I use Alfresco 4.0.d
Thanks,
Jonas