We’d like to configure the default values for the preselected view (in the dropdown) and the sort order in Templates / Tickets list.html (compare screenshot) But found that it’s hardcoded in TicketsController.php here: case 'date_created' default:$sort = 'date_created'; $sort_dql = 'ticket.id DESC' Would be good if this is configurable.
Thêm nhận xét
Please log in or register to submit a comment.