Create new asset app module liberated from JCR (MGNLDAM-564)

[MGNLDAM-521] Implement flat asset container that can work over non-jcr assets Created: 03/Nov/14  Updated: 29/Jun/15  Resolved: 26/Jun/15

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:
relation
is related to MGNLDAMEXT-11 Improve jcr-agnostic asset container Closed
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));
    }
}
Generated at Mon Feb 12 05:00:40 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.