mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fixes a one time issue when migrating to the new version.
This commit is contained in:
		@@ -201,7 +201,7 @@ export class DocumentListViewService {
 | 
			
		||||
        this.documentListView = null
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    if (!this.documentListView) {
 | 
			
		||||
    if (!this.documentListView || !this.documentListView.filter_rules || !this.documentListView.sort_reverse || !this.documentListView.sort_field) {
 | 
			
		||||
      this.documentListView = {
 | 
			
		||||
        filter_rules: [],
 | 
			
		||||
        sort_reverse: true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user