NIHVIVO-2608: awards will display most recent first; awards that use a dateTimeInterval insteadt of dateTimeValue, will sort descending by end date
This commit is contained in:
parent
ea747439ae
commit
427dce8a5c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
} ORDER BY ?label
|
||||
} ORDER BY DESC(?dateTime) DESC(?dateTimeEnd)
|
||||
</query-select>
|
||||
|
||||
<query-construct>
|
||||
|
|
Loading…
Add table
Reference in a new issue