tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Add ability to set custom version labels #2423

Closed jlittle-tsg closed 3 years ago

jlittle-tsg commented 3 years ago

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.

jlittle-tsg commented 3 years ago

Duplicate of https://github.com/tsgrp/HPI/issues/2416