You can add the sorting options “created at” and “updated at” for end-users on the request page in My Activities.
Note: The “created at” and “updated at” sorting options are available by default in standard themes and themes that were customized after August 2016.
Applicable template
- Request list page
Recipe
- Replace
{{t 'created'}}
with:{{#link 'requests' sort_by='created_at'}}{{t 'created'}}{{/link}}
- Replace
{{t 'last_activity'}}
with:{{#link 'requests' sort_by='updated_at'}}{{t 'last_activity'}}{{/link}}
Reference
Comments
0 comments
Please sign in to leave a comment.