Hi,
in my Alfresco (5.2.0, re21f2be5-b22) I'd like to disable versioning globally, only enabling it on demand. However, the documented way of putting "version.store.enableAutoVersioning=false" into alfresco-global.properties seems not to work. New files still get the cm:versioning aspect and store a history. Furthermore, if I remove the aspect manually from a file, I'm still able to upload new versions. Could this be a bug? Has anyone else observed such behaviour?
Thanks in advance,
Alex
Hi Alex,
I believe this behavior is from Share UI. If you try the same via API it will not enable versioning.
By default when you upload any content via share, it enables versioning. To disable, you will need to modify upload.post.js