I’m working on a 10.6 Portal for Arcgis and I have a problem with the eSearch widget in my webappbuilder.
I can add the widget in a new app and configure it without problem. But, if I save the app and leave, next time I open it, in the builder or in the viewer, it doesn’t load correctly:
I already tried versions 2.17, 2.9 and 2.6. I only managed to make it work by deleting the feature actions in the manifest but then the zoom (which I really need) is lost.
Do you know where the problem comes from and how to fix it?
Thank you in advance for your help.
David,
Try adding
_widgetLabel: "Enhanced Search",
to the nls\strings.js file. For example:
...
_widgetLabel: "Enhanced Search",
_featureAction_eShowStatistics: "Statistics...",
_featureAction_eZoomTo: "Zoom to",
_featureAction_eExportToCSV: "Export to CSV file",
_featureAction_eShowRelate: "Show Relates"
}),
"ar": 0,
"cs": 0,
...