cancel
Showing results for 
Search instead for 
Did you mean: 

activer versioning automatique

aimad
Champ in-the-making
Champ in-the-making
bonjour,
je cherhcer à activer le versioning automatique dès la premiere fois que j'ajoute un document dans le dossier.
merci
2 REPLIES 2

christophes
Champ in-the-making
Champ in-the-making
Le plus simple est de regarder du côté des règles de contenu. Il suffit d'en faire une qui pour tout contenu, ajoute l'aspect "versionnable" à l'entrée du document dans l'espace.

Christophe

sylv1
Champ in-the-making
Champ in-the-making
Ou sinon, tiré du manuel Alfresco :

1. Open the data dictionary <configRoot>\alfresco\model\contentModel.xml.
2. Search for the <type>: <type name="cm:content">
3. Immediately after the closing </properties> tag, insert the following lines:

<type name="cm:content">
<properties>

</properties>
<mandatory-aspects>
<aspect>cm:versionable</aspect>
</mandatory-aspects>
</type>
4. Save the file.
5. Restart the Alfresco server.