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

2386 views

ANSWER

Hi, Many thanks for quick reply, but I have a question as following.. where to edit this entry in nuxeo config files ??
10/30/2012

you may create this config file in the template/custom/config folder. It will be deployed under nxserver/config
10/30/2012

Hi, Thanks for quick update…!!! What file name should I give to the above configuration you mentioned. I am creating in templates/config directory.
10/30/2012

I don t know if there's any convention or rule about that.

Mine is named versioningRulesMyProject-config.xml which seems fine to me

10/30/2012

Hi,

Nope that solution doesn't work. It as same as previous. Anything else can be done ??

10/31/2012

It does work. There s probably something you re missing
10/31/2012



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>
0 votes