cancel
Showing results for 
Search instead for 
Did you mean: 

Version Rule Creation?

davidl
Champ in-the-making
Champ in-the-making
I was looking to add a Versioning rule to a user space.  However, it doesn't appear to be on the list?  And yet on the demos I saw such a rule.  Is this only an option on the network versions?  (I am currently using the community ver).


-dl
1 REPLY 1

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

No it's not an Enterprise feature.  I've had a look in the config file and for some reason it's not active by default.  I'm sure why,  I'll ask around and make it active for the next release (unless there is a good reason for it not to be!!)

In the mean time you can activate it by modifying the config file action-service-context.xml to read …


  …

   <bean id="create-version" class="org.alfresco.repo.action.executer.CreateVersionActionExecuter" parent="action-executer">
      <property name="publicAction">
         <value>false</value>
      </property>
     <property name="nodeService">
         <ref bean="nodeService"/>
     </property>
     <property name="versionService">
         <ref bean="versionService"/>
     </property>
   </bean>

   …


.. and then re-start the repository.

Hope this helps,
Roy