-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 9.10-HF02
-
Component/s: Web UI
-
Release Notes Summary:Ordered folder support is extended to document types which inherit from OrderedFolder type.
-
Tags:
-
Backlog priority:700
-
Sprint:nxGang Sprint 10.2.3
-
Story Points:1
Since NXP-24087, it only works for OrderedFolder document type. We must extend the support to any document type which extends OrderedFolder.
From this [commit|https://github.com/nuxeo/nuxeo-web-ui/pull/144/commits/3a136fcc287cf1ba4ace50eef885021f58bb484f}, you can see that the document type which is tested is hardcoded :
+ <nuxeo-filter document="[[document]]" type="OrderedFolder">
+ _canSort: function(document) { + return !(document && this.hasType(document, 'OrderedFolder')); + },
- is related to
-
NXS-5392 Test functionality of documents that inherit properties from other document types
- Resolved