I want to make a panel which only contains tasks that are older than a certain limit. I want to order the tasks by inverse "last update" order. Is that possible?
Description
Description
Revisions and Commits
Revisions and Commits
Event Timeline
Comment Actions
In ManiphestTaskQuery->getBuiltinOrders():
- Add an 'outdated' (or similar) key after 'updated'.
- It should map to the vector array('-updated', '-id').
- Give 'updated' and 'outdated' human-readable names which better reflect their meanings.
- It should appear after 'updated' in the order list.
To test:
- In Maniphest, issue queries by both orders.