Skip to content

Commit

Permalink
Merge pull request #222 from mlibrary/catalog-alpha-sort
Browse files Browse the repository at this point in the history
Enabling alphabetical title sorting for the catalog.
  • Loading branch information
bertrama authored Jan 28, 2020
2 parents 5469894 + b078542 commit 1b87aaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ const config = {
'date_desc',
'author_asc',
'author_desc',
'date_added'
'date_added',
'title_asc',
'title_desc'
]
},
'articlesplus': {
Expand Down Expand Up @@ -759,4 +761,4 @@ const config = {
]
};

export default config;
export default config;

0 comments on commit 1b87aaa

Please sign in to comment.