Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-2567

Review "fileList" widget usage

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 23
    • Fix Version/s: Postponed
    • Component/s: Layouts & Widgets

      Description

      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");
                      }
                  }
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: