Starting with 16.1.1
widgets no longer appear in the UI, when managing and creating widgets.
1. Go to Modern Workspace> Project List
2. Click Manage Widgets
3. Review Widget Library
Actual Results: No widgets available
Expected Results: Widgets should appear for selection
Release : 16.1.1
Although the widgets do exist in the database view, it is not showing in the UI.
This is due to the setting/toggle 'In Widget Library'
Toggle on the Widget Library
Use the following query to find out more about the widget:
select a.id, a.name, a.code, a.chart_type, a.is_shared,
a.last_updated_date,
b.first_name, b.last_name, b.unique_name
from odf_visual_widgets a,
srm_resources b
where a.last_updated_by = b.user_id
order by a.last_updated_date desc