From 6529a8e9d4e668e159825a6476a3504526b487df Mon Sep 17 00:00:00 2001 From: Jury Verrigni Date: Wed, 1 Feb 2017 12:04:55 +0000 Subject: Added sort functionality (visible in settings, bottom left) (#569) * Added sort functionality (visible in settings, bottom left) * Fallback to fullName if the sort criteria is not set within the contact; displayName is now the default sort criteria * Changing display name based on sort order; sorting takes both first and second name in consideration --- templates/main.php | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/main.php') diff --git a/templates/main.php b/templates/main.php index a1454dfa..e165fc73 100644 --- a/templates/main.php +++ b/templates/main.php @@ -38,6 +38,7 @@ vendor_style('select2/select2');
+
-- cgit v1.2.3