Currently when working with chain versionable controlled documents into alfresco, there is not a way to use a custom version label (e.g. 0.001 instead of 0.1). We are also unable to make the initial version of a document a major version - the first version always comes in as 0.1 minor
We can fix this by making some updates to ControlledDocumentVersionPolicy.java to pull the custom version label off of an injectable node property.
Currently when working with chain versionable controlled documents into alfresco, there is not a way to use a custom version label (e.g. 0.001 instead of 0.1). We are also unable to make the initial version of a document a major version - the first version always comes in as
0.1 minor
We can fix this by making some updates to
ControlledDocumentVersionPolicy.java
to pull the custom version label off of an injectable node property.