Fixed: Sorting tables by artist/album

Fixes Sentry LIDARR-10A
Fixes Sentry LIDARR-105
Fixes Sentry LIDARR-109
This commit is contained in:
ta264 2020-08-20 22:13:25 +01:00 committed by Qstick
parent 0f5531af4d
commit 2e1e2137a6
10 changed files with 20 additions and 20 deletions

View file

@ -27,7 +27,7 @@ export const defaultState = {
columns: [
{
name: 'artist.sortName',
name: 'artists.sortName',
label: 'Artist Name',
isSortable: true,
isVisible: true

View file

@ -34,13 +34,13 @@ export const defaultState = {
isModifiable: false
},
{
name: 'artist.sortName',
name: 'artists.sortName',
label: 'Artist',
isSortable: true,
isVisible: true
},
{
name: 'album.title',
name: 'albums.title',
label: 'Album Title',
isSortable: true,
isVisible: true

View file

@ -63,13 +63,13 @@ export const defaultState = {
isModifiable: false
},
{
name: 'artist.sortName',
name: 'artists.sortName',
label: 'Artist',
isSortable: true,
isVisible: true
},
{
name: 'album.title',
name: 'albums.title',
label: 'Album Title',
isSortable: true,
isVisible: true

View file

@ -28,13 +28,13 @@ export const defaultState = {
columns: [
{
name: 'artist.sortName',
name: 'artists.sortName',
label: 'Artist Name',
isSortable: true,
isVisible: true
},
{
name: 'albumTitle',
name: 'albums.title',
label: 'Album Title',
isSortable: true,
isVisible: true
@ -102,13 +102,13 @@ export const defaultState = {
columns: [
{
name: 'artist.sortName',
name: 'artists.sortName',
label: 'Artist Name',
isSortable: true,
isVisible: true
},
{
name: 'albumTitle',
name: 'albums.title',
label: 'Album Title',
isSortable: true,
isVisible: true