Update document-list-view.service.ts

This commit is contained in:
shamoon 2025-02-15 21:38:24 -08:00 committed by GitHub
parent ee2580c5f3
commit f2b4a7f784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,11 +307,13 @@ export class DocumentListViewService {
activeListViewState.currentPage = 1
this.reload()
} else if (
activeListViewState.sortField.indexOf('custom_field') === 0 && this.settings.allDisplayFields.find(
activeListViewState.sortField.indexOf('custom_field') === 0 &&
this.settings.allDisplayFields.find(
(f) => f.id === activeListViewState.sortField
) === undefined) {
// e.g. field was deleted
this.sortField = 'created'
) === undefined
) {
// e.g. field was deleted
this.sortField = 'created'
} else {
this.selectionData = null
let errorMessage