Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
When trying to apply a default sort to a domain model, the following isn't being honored:
static mapping =
{ sort "lastUpdated":"desc" }
This can be seen by creating a standard domain class, putting in the static mapping sort command and adding multiple records to the cache.