Changes between Initial Version and Version 1 of Ticket #28832
- Timestamp:
- Nov 22, 2017, 1:13:14 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28832 – Description
initial v1 15 15 _order field I'm presuming is only used by the order_with_respect_to tag. It doesn't seem to be created when a 16 16 17 order = [ 'score']17 order = [ ' score ' ] 18 18 command is used. 19 19