<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disabling  auto-versioning at online editing in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81208#M25061</link>
    <description>&lt;P&gt;Have you tried this on a new document or just a document that was previously versioned?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2019 13:42:31 GMT</pubDate>
    <dc:creator>jljwoznica</dc:creator>
    <dc:date>2019-11-26T13:42:31Z</dc:date>
    <item>
      <title>Disabling  auto-versioning at online editing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81207#M25060</link>
      <description>&lt;P&gt;Hi, I want to disable auto-versioning feature while online edit document, for example online edit txt document or when I updating content via online edit in MS Office.&lt;/P&gt;&lt;P&gt;I try to disable this feature by: &lt;A href="https://docs.alfresco.com/4.0/tasks/autoversion-disable.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/4.0/tasks/autoversion-disable.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in alfresco-global.properties and reporitory.properties&lt;/P&gt;&lt;P&gt;nothing from these not working:&lt;/P&gt;&lt;P&gt;version.store.initialVersion = false&lt;BR /&gt;version.store.enableAutoVersioning = false&lt;BR /&gt;version.store.enableAutoVersionOnUpdateProps = false&lt;/P&gt;&lt;P&gt;Any advice to solve this problem?&lt;/P&gt;&lt;P&gt;Thanks for advice.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:14:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81207#M25060</guid>
      <dc:creator>mvlcek</dc:creator>
      <dc:date>2019-11-26T13:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling  auto-versioning at online editing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81208#M25061</link>
      <description>&lt;P&gt;Have you tried this on a new document or just a document that was previously versioned?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:42:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81208#M25061</guid>
      <dc:creator>jljwoznica</dc:creator>
      <dc:date>2019-11-26T13:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling  auto-versioning at online editing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81209#M25062</link>
      <description>&lt;P&gt;Yes, I tried with new file after these settings:&lt;/P&gt;&lt;P&gt;version.store.initialVersion = false&lt;BR /&gt;version.store.enableAutoVersioning = false&lt;BR /&gt;version.store.enableAutoVersionOnUpdateProps = false&lt;/P&gt;&lt;P&gt;and also with files uploaded before this settings.&lt;/P&gt;&lt;P&gt;Behaviour is still same.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 14:14:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81209#M25062</guid>
      <dc:creator>mvlcek</dc:creator>
      <dc:date>2019-11-26T14:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling  auto-versioning at online editing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81210#M25063</link>
      <description>&lt;P&gt;You have restarted Alfresco since the changes, correct?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 17:07:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81210#M25063</guid>
      <dc:creator>jljwoznica</dc:creator>
      <dc:date>2019-12-04T17:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling  auto-versioning at online editing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81211#M25064</link>
      <description>&lt;P&gt;This property should do the job:&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;version.store.enableAutoVersioning=false&lt;/PRE&gt;
&lt;P&gt;Please remove the leading and trailing spaces after = if you have it. I see all these properties has a space char after =&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;version.store.initialVersion &lt;STRONG&gt;= false&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;version.store.enableAutoVersioning &lt;STRONG&gt;= false&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;version.store.enableAutoVersionOnUpdateProps &lt;STRONG&gt;= false&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;They should be:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;version.store.initialVersion &lt;FONT color="#FF0000"&gt;=false&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;version.store.enableAutoVersioning &lt;FONT color="#FF0000"&gt;=false&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;version.store.enableAutoVersionOnUpdateProps &lt;FONT color="#FF0000"&gt;=false&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#333300"&gt;Make sure to restart tomcat after making properties file changes as suggested by&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/2080"&gt;@jljwoznica&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#333300"&gt;Note that, if you already have a file which has autoversions then they will continue to get auto version on edit. Try new files after making property file changes. Or else remove cm:autoVersion, cm:initialVersion properties from existing files or reset the values to false:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333300"&gt;cm:autoVersion=false&lt;BR /&gt;cm:initialVersion=false&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 21:28:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-auto-versioning-at-online-editing/m-p/81211#M25064</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2019-12-04T21:28:24Z</dc:date>
    </item>
  </channel>
</rss>

