<?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: Missing Trace widget tile in Developer Edition 1.16 in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-trace-widget-tile-in-developer-edition-1/m-p/1569793#M16592</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/784755"&gt;@LucVanDijk&lt;/a&gt;&amp;nbsp;We apologize for the inconvenience. This was patched and updated in the files you download here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/experience-builder/guide/downloads/" target="_blank"&gt;Downloads | ArcGIS Experience Builder | Esri Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In your files, go to the Utility Network Trace widget manifest.json file, you'll need to make sure the "notAllowAdd" property is set to &lt;EM&gt;false&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlixVezina_0-1734536035506.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122027i47DF2D21C1246A30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlixVezina_0-1734536035506.png" alt="AlixVezina_0-1734536035506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2024 15:34:24 GMT</pubDate>
    <dc:creator>AlixVezina</dc:creator>
    <dc:date>2024-12-18T15:34:24Z</dc:date>
    <item>
      <title>Missing Trace widget tile in Developer Edition 1.16</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-trace-widget-tile-in-developer-edition-1/m-p/1569678#M16586</link>
      <description>&lt;P&gt;Not a question but an observation (bug): In the newly released Developer Edition 1.16, the Utility Network Trace widget is not included properly. The widget is included in the installation, but does not show as a tile in the Insert Widget menu of the builder interface.&lt;/P&gt;&lt;P&gt;The files for the widget are included in the Experience Builder installation directory under .../client/dist/widgets/arcgis/utility-network-trace&lt;/P&gt;&lt;P&gt;But it is not possible to add the widget to an Experience.&amp;nbsp;@Esri can you fix this?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Luc&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 10:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-trace-widget-tile-in-developer-edition-1/m-p/1569678#M16586</guid>
      <dc:creator>LucVanDijk</dc:creator>
      <dc:date>2024-12-18T10:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Trace widget tile in Developer Edition 1.16</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-trace-widget-tile-in-developer-edition-1/m-p/1569793#M16592</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/784755"&gt;@LucVanDijk&lt;/a&gt;&amp;nbsp;We apologize for the inconvenience. This was patched and updated in the files you download here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/experience-builder/guide/downloads/" target="_blank"&gt;Downloads | ArcGIS Experience Builder | Esri Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In your files, go to the Utility Network Trace widget manifest.json file, you'll need to make sure the "notAllowAdd" property is set to &lt;EM&gt;false&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlixVezina_0-1734536035506.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122027i47DF2D21C1246A30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlixVezina_0-1734536035506.png" alt="AlixVezina_0-1734536035506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 15:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-trace-widget-tile-in-developer-edition-1/m-p/1569793#M16592</guid>
      <dc:creator>AlixVezina</dc:creator>
      <dc:date>2024-12-18T15:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Trace widget tile in Developer Edition 1.16</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-trace-widget-tile-in-developer-edition-1/m-p/1570940#M16643</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/148663"&gt;@AlixVezina&lt;/a&gt;&amp;nbsp;, thanks for your reply! I had to change the "notAllowAdd" property to &lt;EM&gt;false&lt;/EM&gt; in two other locations to make this work:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;*/client/dist/widgets/arcgis/utility-network-trace/manifest.json (as per your suggestion)&lt;/LI&gt;&lt;LI&gt;*/client/dist/widgets/widgets-info.json&lt;/LI&gt;&lt;LI&gt;*/client/dist/widgets/widgets-info-existed/json&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(where * is the Experience Builder installation directory). This fixed the problem.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 13:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-trace-widget-tile-in-developer-edition-1/m-p/1570940#M16643</guid>
      <dc:creator>LucVanDijk</dc:creator>
      <dc:date>2024-12-23T13:49:34Z</dc:date>
    </item>
  </channel>
</rss>

