Select to view content in your preferred language

Missing Trace widget tile in Developer Edition 1.16

140
2
Jump to solution
4 weeks ago
Labels (1)
LucVanDijk
Occasional Contributor

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.

The files for the widget are included in the Experience Builder installation directory under .../client/dist/widgets/arcgis/utility-network-trace

But it is not possible to add the widget to an Experience. @Esri can you fix this?

Cheers,

Luc

0 Kudos
1 Solution

Accepted Solutions
LucVanDijk
Occasional Contributor

Hi @AlixVezina , thanks for your reply! I had to change the "notAllowAdd" property to false in two other locations to make this work:

  • */client/dist/widgets/arcgis/utility-network-trace/manifest.json (as per your suggestion)
  • */client/dist/widgets/widgets-info.json
  • */client/dist/widgets/widgets-info-existed/json

(where * is the Experience Builder installation directory). This fixed the problem.

Thanks again!

View solution in original post

2 Replies
AlixVezina
Esri Regular Contributor

@LucVanDijk We apologize for the inconvenience. This was patched and updated in the files you download here: Downloads | ArcGIS Experience Builder | Esri Developer

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 false.

AlixVezina_0-1734536035506.png

 

LucVanDijk
Occasional Contributor

Hi @AlixVezina , thanks for your reply! I had to change the "notAllowAdd" property to false in two other locations to make this work:

  • */client/dist/widgets/arcgis/utility-network-trace/manifest.json (as per your suggestion)
  • */client/dist/widgets/widgets-info.json
  • */client/dist/widgets/widgets-info-existed/json

(where * is the Experience Builder installation directory). This fixed the problem.

Thanks again!