Create new asset app module liberated from JCR
(MGNLDAM-564)
|
|
| Status: | Closed |
| Project: | Magnolia DAM Module |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.1 |
| Type: | Sub-task | Priority: | Neutral |
| Reporter: | Jaroslav Simak | Assignee: | Robert Šiška |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Template: |
|
||||||||
| Date of First Response: | |||||||||
| Description |
|
We have two types of containers now - flat and hierarchical. Both of them can only work with JCR items. We need asset container that can work over assets and folder which are jcr-free. |
| Comments |
| Comment by Milan Divilek [ 25/Jun/15 ] |
|
Reopen: if (sorters.isEmpty()) { // no sorters set - use defaultOrder (always ascending) //String defaultOrder = contentConnectorDefinition.getDefaultOrder(); String defaultOrder = "name"; String[] defaultOrders = defaultOrder.split(","); for (String current : defaultOrders) { sorters.add(getDefaultOrderBy(current)); } } |