mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 01:21:14 -06:00
Update document-list-view.service.ts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user