aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/EntrySortType.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-25 10:33:41 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-28 10:14:46 +0200
commit76459e5694084f3eea6d30f438ffc95fb35cbe67 (patch)
tree61ac62a99b0cd3abd405589960fdd6a0707402c5 /src/Wallabag/CoreBundle/Form/Type/EntrySortType.php
parent074110ca2dd3ba0d58f2fa93076933d06b46df77 (diff)
downloadwallabag-76459e5694084f3eea6d30f438ffc95fb35cbe67.tar.gz
wallabag-76459e5694084f3eea6d30f438ffc95fb35cbe67.tar.zst
wallabag-76459e5694084f3eea6d30f438ffc95fb35cbe67.zip
Added tests
Diffstat (limited to 'src/Wallabag/CoreBundle/Form/Type/EntrySortType.php')
-rw-r--r--src/Wallabag/CoreBundle/Form/Type/EntrySortType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Form/Type/EntrySortType.php b/src/Wallabag/CoreBundle/Form/Type/EntrySortType.php
index ac251c5b..4ad54118 100644
--- a/src/Wallabag/CoreBundle/Form/Type/EntrySortType.php
+++ b/src/Wallabag/CoreBundle/Form/Type/EntrySortType.php
@@ -36,8 +36,8 @@ class EntrySortType extends AbstractType
36 'entry.sort.by.creation_date' => 'createdAt', 36 'entry.sort.by.creation_date' => 'createdAt',
37 'entry.sort.by.starred_date' => 'starredAt', 37 'entry.sort.by.starred_date' => 'starredAt',
38 'entry.sort.by.archive_date' => 'archivedAt', 38 'entry.sort.by.archive_date' => 'archivedAt',
39 'entry.sort.by.title' => 'title',
40 'entry.sort.by.last_updated' => 'updatedAt', 39 'entry.sort.by.last_updated' => 'updatedAt',
40 'entry.sort.by.title' => 'title',
41 ], 41 ],
42 'label' => 'entry.sort.status_label', 42 'label' => 'entry.sort.status_label',
43 ]) 43 ])