-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Component/s: UI
-
Backlog priority:800
-
Browser:
-
Sprint:nxGang Sprint 10.2.1
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';