From 69b6b67bf4dedc80046f14472047033566f2d9a8 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 16 Oct 2018 20:59:16 -0400 Subject: [PATCH] New: Sort by Status in Artist Index/Editor Co-Authored-By: Mark McDowall --- frontend/src/Artist/Editor/ArtistEditor.js | 1 + .../Artist/Index/Menus/ArtistIndexSortMenu.js | 9 +++++++++ frontend/src/Store/Actions/artistActions.js | 16 ++++++++++++++++ .../src/Store/Actions/artistEditorActions.js | 6 ++++-- frontend/src/Store/Actions/artistIndexActions.js | 5 ++++- 5 files changed, 34 insertions(+), 3 deletions(-) diff --git a/frontend/src/Artist/Editor/ArtistEditor.js b/frontend/src/Artist/Editor/ArtistEditor.js index d61c42dec..92e01c2f5 100644 --- a/frontend/src/Artist/Editor/ArtistEditor.js +++ b/frontend/src/Artist/Editor/ArtistEditor.js @@ -22,6 +22,7 @@ function getColumns(showLanguageProfile, showMetadataProfile) { return [ { name: 'status', + isSortable: true, isVisible: true }, { diff --git a/frontend/src/Artist/Index/Menus/ArtistIndexSortMenu.js b/frontend/src/Artist/Index/Menus/ArtistIndexSortMenu.js index 03ab811dd..fdc9e9ad2 100644 --- a/frontend/src/Artist/Index/Menus/ArtistIndexSortMenu.js +++ b/frontend/src/Artist/Index/Menus/ArtistIndexSortMenu.js @@ -19,6 +19,15 @@ function ArtistIndexSortMenu(props) { alignMenu={align.RIGHT} > + + Monitored/Status + +