| Bug ID Number |
BUG-000138109 |
| Submitted | March 11, 2021 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Web AppBuilder developer edition |
| Version found | 2.19 |
| Operating System | Windows OS |
| Operating System Version | N/A |
| Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
ArcGIS Web AppBuilder now raised the security-check level for adding a custom widget by checking the itemId in the widget config.json to ensure it is a portal item, so the config with no itemId (created by a portal of the previous versions) now cannot pass the check. The workaround is to add an itemId property to the config.json of the custom widget using ArcGIS Online Assistant.
Workaround
Append an itemId property to the config.json of the custom widget using ArcGIS Online Assistant.
Steps to Reproduce