Ticket #249 (closed enhancement: fixed)
Protocol.py: enable orderby results
| Reported by: | dcorpataux | Owned by: | fredj |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1 Release |
| Component: | General.server | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Commit |
Description (last modified by fredj) (diff)
The protocol should support orderby and sort order. Controllers should be able to set the orderby field when calling Protocol.index().
Therefore, Protocol.index signature should be:
index(self, request, response, format='json', filter=None, orderby=None, asc=True)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
