mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Update document-list-view.service.ts
This commit is contained in:
parent
f2b4a7f784
commit
caf721933b
@ -307,7 +307,7 @@ export class DocumentListViewService {
|
|||||||
activeListViewState.currentPage = 1
|
activeListViewState.currentPage = 1
|
||||||
this.reload()
|
this.reload()
|
||||||
} else if (
|
} else if (
|
||||||
activeListViewState.sortField.indexOf('custom_field') === 0 &&
|
activeListViewState.sortField.indexOf('custom_field') === 0 &&
|
||||||
this.settings.allDisplayFields.find(
|
this.settings.allDisplayFields.find(
|
||||||
(f) => f.id === activeListViewState.sortField
|
(f) => f.id === activeListViewState.sortField
|
||||||
) === undefined
|
) === undefined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user