summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-03-15 23:41:09 +0100
committerGitHub <noreply@github.com>2019-03-15 23:41:09 +0100
commit36813e6d5ebb56820d92bd84dfb9a1d6b3921bf4 (patch)
tree8c51cc17dba7c3810ebee19b39132191c4fac8e9 /src/components
parentdd87f27cfd50f1b803a25d7acf2c98af199a13bc (diff)
parenta504be2a5da702301e0947630cbfb67e7ebc274b (diff)
Merge pull request #992 from nextcloud/enhancement/sorting/modification-date
Add sorting by last modified
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Settings/SettingsSortContacts.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Settings/SettingsSortContacts.vue b/src/components/Settings/SettingsSortContacts.vue
index d6cb83c5..0ae3de2b 100644
--- a/src/components/Settings/SettingsSortContacts.vue
+++ b/src/components/Settings/SettingsSortContacts.vue
@@ -55,6 +55,10 @@ export default {
{
label: t('contacts', 'Display name'),
key: 'displayName'
+ },
+ {
+ label: t('contacts', 'Last modified'),
+ key: 'rev'
}
]
},