<?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: ArcPro is automatically saving edits on the default branch in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-is-automatically-saving-edits-on-the/m-p/1711176#M103808</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/632615"&gt;@Gurunara&lt;/a&gt;&amp;nbsp;- I have developed an ArcGIS Pro add-in that attempts to alert and prevent certain edits when users have features/tables pointing to the branch Default version:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/default-version-guard-arcgis-pro-sdk-add-in/m-p/1711161" target="_blank" rel="noopener"&gt;Default Version Guard - ArcGIS Pro SDK add-in - Esri Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Feature service edits to the Default branch version are "short-type" transactions and that transaction type doesn't have the save/discard capability. See the &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Editing#edit-operations-and-long-and-short-transactions" target="_self"&gt;ProConcepts Editing wiki&lt;/A&gt; for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE width="587"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="213"&gt;&lt;STRONG&gt;Dataset&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="79"&gt;&lt;STRONG&gt;Cancel Edit&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="78"&gt;&lt;STRONG&gt;Undo/Redo&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="90"&gt;&lt;STRONG&gt;Save/Discard&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="127"&gt;&lt;STRONG&gt;EditOperationType&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Feature Service (&lt;STRONG&gt;Branch, Default&lt;/STRONG&gt;)&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;TD&gt;SHORT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Feature Service (Branch, Named)&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;LONG&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Tue, 30 Jun 2026 14:39:51 GMT</pubDate>
    <dc:creator>James_Blouin</dc:creator>
    <dc:date>2026-06-30T14:39:51Z</dc:date>
    <item>
      <title>ArcPro is automatically saving edits on the default branch</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-is-automatically-saving-edits-on-the/m-p/1492969#M84611</link>
      <description>&lt;P&gt;ArcPro is automatically saving edits on the default branch, this is not happening on branch version. There edits are not committed until user clicks on save (or discard).&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 18:54:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-is-automatically-saving-edits-on-the/m-p/1492969#M84611</guid>
      <dc:creator>Gurunara</dc:creator>
      <dc:date>2024-06-14T18:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro is automatically saving edits on the default branch</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-is-automatically-saving-edits-on-the/m-p/1493747#M84646</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/632615"&gt;@Gurunara&lt;/a&gt;&amp;nbsp;that is expected behavior:&lt;/P&gt;&lt;P&gt;From the &lt;A href="http://From%20the doc" target="_self"&gt;doc&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;When the Version Management capability is enabled on the web feature layer, you cannot undo and redo edits you make to data in the default version.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 14:29:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-is-automatically-saving-edits-on-the/m-p/1493747#M84646</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2024-06-17T14:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro is automatically saving edits on the default branch</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-is-automatically-saving-edits-on-the/m-p/1711176#M103808</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/632615"&gt;@Gurunara&lt;/a&gt;&amp;nbsp;- I have developed an ArcGIS Pro add-in that attempts to alert and prevent certain edits when users have features/tables pointing to the branch Default version:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/default-version-guard-arcgis-pro-sdk-add-in/m-p/1711161" target="_blank" rel="noopener"&gt;Default Version Guard - ArcGIS Pro SDK add-in - Esri Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Feature service edits to the Default branch version are "short-type" transactions and that transaction type doesn't have the save/discard capability. See the &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Editing#edit-operations-and-long-and-short-transactions" target="_self"&gt;ProConcepts Editing wiki&lt;/A&gt; for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE width="587"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="213"&gt;&lt;STRONG&gt;Dataset&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="79"&gt;&lt;STRONG&gt;Cancel Edit&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="78"&gt;&lt;STRONG&gt;Undo/Redo&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="90"&gt;&lt;STRONG&gt;Save/Discard&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="127"&gt;&lt;STRONG&gt;EditOperationType&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Feature Service (&lt;STRONG&gt;Branch, Default&lt;/STRONG&gt;)&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;TD&gt;SHORT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Feature Service (Branch, Named)&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;LONG&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 30 Jun 2026 14:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-is-automatically-saving-edits-on-the/m-p/1711176#M103808</guid>
      <dc:creator>James_Blouin</dc:creator>
      <dc:date>2026-06-30T14:39:51Z</dc:date>
    </item>
  </channel>
</rss>

