How to fix option of update version to Increment in major version as default ?
Nuxeo provided feature of version control. How we can make version control to increment to major version as default option instead of using skip version option.
0 votes
1 answers
2447 views
Hi,
a solution is provided here :
http://answers.nuxeo.com/questions/3905/how-can-i-disable-the-option-skip-version-increment
A major version as default should be :
<options lifeCycleState="*">
<none/>
<minor/>
<major default="true"/>
</options>
Mine is named versioningRulesMyProject-config.xml which seems fine to me
Nope that solution doesn't work. It as same as previous. Anything else can be done ??