Widgets Do Not Appear In Library
search cancel

Widgets Do Not Appear In Library

book

Article ID: 263046

calendar_today

Updated On:

Products

Clarity PPM SaaS

Issue/Introduction

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

Environment

Release : 16.1.1

Cause

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'

Resolution

Toggle on the Widget Library

 

Additional Information

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