Uploaded image for project: 'Nuxeo Elements'
  1. Nuxeo Elements
  2. ELEMENTS-1230

Fix the display of a multiple suggestion in the nuxeo-data-table header

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 2.2.47, 2.4.30, 3.0.1
    • Fix Version/s: 2.2.48, 2.4.31, 3.0.2
    • Component/s: UI
    • Release Notes Summary:
      Multiple suggestion are correctly displayed in the nuxeo-data-table header.
    • Tags:
    • Backlog priority:
      700

      Description

      Steps to reproduce:

      1. As 3 different users, create a document in the same workspace
      2. Go back to the workspace view
      3. Add all the missing columns to the table thanks to "Columns" popup
      4. For the "Last contributor" column, select the 3 available values
      5. Observe that it's not possible to read all the selected values

      A similar problem can be observed if the Nature column is customized with

              <nuxeo-data-table-column name="[[i18n('documentContentView.datatable.header.nature')]]" field="dc:nature">
                <template is="header">
                  <nuxeo-directory-suggestion class="item" role="widget" directory-name="nature" value="{{column.filterValue}}" multiple="true" placeholder="[[i18n('documentContentView.datatable.header.nature')]]" min-chars="0">
                </nuxeo-directory-suggestion>
                </template>
                <template>
                  <nuxeo-tag hidden$="[[!item.properties.dc:nature]]">
                    [[formatDirectory(item.properties.dc:nature)]]
                  </nuxeo-tag>
                </template>
              </nuxeo-data-table-column>  

      Expected behavior: it's possible to read all the values selected in a nuxeo-dropdown-aggregation or a nuxeo-director-suggestion element used in a nuxeo-data-table header

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 3 days, 10 minutes
                3d 10m