From 1fa6552fbe528b9fcb08e55cdeb58d3b884b875a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 10 Mar 2022 12:28:18 -0500 Subject: [PATCH] Default orderBy Title on template listing search display --- managed/Mosaico_Template_Listing.mgd.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/managed/Mosaico_Template_Listing.mgd.php b/managed/Mosaico_Template_Listing.mgd.php index ceaae76ea..798861b7e 100644 --- a/managed/Mosaico_Template_Listing.mgd.php +++ b/managed/Mosaico_Template_Listing.mgd.php @@ -56,7 +56,12 @@ 'show_count' => TRUE, 'expose_limit' => TRUE, ], - 'sort' => [], + 'sort' => [ + [ + 'title', + 'ASC', + ], + ], 'columns' => [ [ 'type' => 'field',