-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.16.0
-
Fix Version/s: 3.20.0
-
Component/s: Studio Designer
-
Epic Link:
-
Tags:
-
Backlog priority:1,000
-
Team:NOS
-
Sprint:NOS 11.1.17 - 2019-09 1, NOS 11.1.18 - 2019-09 2
-
Story Points:2
- aggregation parameter is empty in the page provider element (so default filter on dc:modified is broken)
<nuxeo-page-provider id="nxProvider" provider="advanced_document_content" page-size="40" aggregations="" enrichers="thumbnail, permissions" params="[[params]]" schemas="dublincore,common,uid,file" headers='{ "X-NXfetch.document": "properties", "X-NXtranslate.directoryEntry": "label" }' fetch-aggregates> </nuxeo-page-provider>
- the nuxeo-results element gets the widget role which results in the vertical and horizontal being always displayed
<nuxeo-results id="results" display-mode="table" name="[[document.properties.uid:uid]]" nx-provider="[[nxProvider]]" selected-items="{{selectedItems}}" document="[[document]]" display-quick-filters display-sort="[[_canSort(document, sortOptions)]]" sort-options="[[sortOptions]]" role="widget">
- name property mapping is wrong on nuxeo-results such that display settings are never saved
name="[[document.properties.uid:uid]]" //should be document.uid
- the default height of the nuxeo-results element does not take the metadata collapsible card into account ==> need to scroll down to the bottom to use the horizontal scroll bar