<?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 Ability to define the initial version label in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/ability-to-define-the-initial-version-label/m-p/142195#M37870</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;How to give to user abbility to chouse minor or major version during upload new content?&lt;/P&gt;&lt;P&gt;I expect some thing like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2022-09-23_16-25.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1581i1DE583BD12A076D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2022 13:28:47 GMT</pubDate>
    <dc:creator>fedorow</dc:creator>
    <dc:date>2022-09-23T13:28:47Z</dc:date>
    <item>
      <title>Ability to define the initial version label</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ability-to-define-the-initial-version-label/m-p/142195#M37870</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;How to give to user abbility to chouse minor or major version during upload new content?&lt;/P&gt;&lt;P&gt;I expect some thing like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2022-09-23_16-25.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1581i1DE583BD12A076D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 13:28:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ability-to-define-the-initial-version-label/m-p/142195#M37870</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2022-09-23T13:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to define the initial version label</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ability-to-define-the-initial-version-label/m-p/142196#M37871</link>
      <description>&lt;P&gt;I believe this can be done but not via any config though. At a very high level , On share popup those values are defaults, you can change it to something you like afterall those are string values. You have to also extent :&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-community-share/blob/master/share/src/main/webapp/components/upload/dnd-upload.js#L86" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-community-share/blob/master/share/src/main/webapp/components/upload/dnd-upload.js#L86&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-share/blob/master/share/src/main/webapp/components/upload/dnd-upload.js#L1611" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-community-share/blob/master/share/src/main/webapp/components/upload/dnd-upload.js#L1611&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;On repo side, you would have to implement a behavior which you can utilize to control the versionable aspect if required.&lt;/P&gt;
&lt;P&gt;Check these resources:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/version/VersionableAspect.java" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/version/VersionableAspect.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/version/VersionModel.java" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/version/VersionModel.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/version/VersionServiceImpl.java#L1011" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/version/VersionServiceImpl.java#L1011&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/service/cmr/version/VersionService.java#L100" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/service/cmr/version/VersionService.java#L100&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/model/contentModel.xml#L1025" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/model/contentModel.xml#L1025&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 14:27:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ability-to-define-the-initial-version-label/m-p/142196#M37871</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2022-09-23T14:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to define the initial version label</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ability-to-define-the-initial-version-label/m-p/142197#M37872</link>
      <description>&lt;P&gt;Thank you very mach!&lt;/P&gt;&lt;P&gt;One more thing, I'm unsucsessfuly looking how to change default minor version 0.1 for new uploads to major 1.0 by config.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 14:43:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ability-to-define-the-initial-version-label/m-p/142197#M37872</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2022-09-23T14:43:46Z</dc:date>
    </item>
  </channel>
</rss>

