In my Alfresco, some files allow versions, then when i modify some of that files, a new version is generated.
My problem comes when i modify the properties of a file with "CMLUpdate", Alfresco makes a new version but the file is the same. I want to fix it controlling the version number of the documents:
- When the file content changes the number version must be some like "1.1", "1.2", "1.3", etc… - When the file properties changes and the file is the same, the number version must be "1.1.1", "1.1.2", etc…
tried a quick search bit could not find it as well - there was a discussion about controllong the version numbers and Mikeh (i think) answered, that with the new CE version, it is possible to distinguish between property updates and content updates and which classes to extend (or so).