mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Move list reload after network action completes
This commit is contained in:
		| @@ -108,12 +108,13 @@ export class DocumentListComponent implements OnInit { | ||||
|     if (this.list.savedViewId) { | ||||
|       this.savedViewService.getCached(this.list.savedViewId).subscribe(viewUntouched => { | ||||
|         this.list.filterRules = viewUntouched.filter_rules | ||||
|         this.list.reload() | ||||
|       }) | ||||
|     } else { | ||||
|       this.list.filterRules = [] | ||||
|     } | ||||
|       this.list.reload() | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   get filterRulesModified(): boolean { | ||||
|     if (this.list.savedView == null) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon