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
Solved! Go to Solution.
Hi @AlixVezina , thanks for your reply! I had to change the "notAllowAdd" property to false in two other locations to make this work:
(where * is the Experience Builder installation directory). This fixed the problem.
Thanks again!
@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.
Hi @AlixVezina , thanks for your reply! I had to change the "notAllowAdd" property to false in two other locations to make this work:
(where * is the Experience Builder installation directory). This fixed the problem.
Thanks again!