-
Type: Task
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 23
-
Fix Version/s: Postponed
-
Component/s: Layouts & Widgets
-
Epic Link:
-
Tags:
When NXP-16915 is done, the filesList widget type registration on Studio side should be removed.
The "filesList" widget usage should not be forced on Studio side either (see LayoutBuildHandler logics to force its usage):
// compatibility for list of blobs if (WidgetTypes.LIST.equals(widgetType)) { if ((widgetModel instanceof DocumentWidgetModel) && DocumentSchema.TYPE_BLOB.equals(((DocumentWidgetModel) widgetModel).getFieldType())) { widgetModel.setType("filesList"); } }