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

Fix document display in aggregates

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 2.2.0
    • Fix Version/s: 2.2.4, 2.3.2
    • Component/s: UI

      Description

      Currently an aggregate will display a document with its id, which does not give a good user experience. It should instead display the document title.

      Suggested fix is to insert these 2 lines at line 89 of nuxeo-aggregation-behavior:

      +          } else if (entry['entity-type'] === 'document') {
      +            return entry.properties['dc:title'] || 'Object';
      

        Attachments

          Activity

            People

            • Votes:
              5 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 hours
                3h