mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	bugfixes
This commit is contained in:
		@@ -86,7 +86,6 @@ export abstract class EditDialogComponent<T extends ObjectWithId> implements OnI
 | 
			
		||||
    serverResponse.subscribe(result => {
 | 
			
		||||
      this.activeModal.close()
 | 
			
		||||
      this.success.emit(result)
 | 
			
		||||
      this.networkActive = false
 | 
			
		||||
    }, error => {
 | 
			
		||||
      this.error = error.error
 | 
			
		||||
      this.networkActive = false
 | 
			
		||||
 
 | 
			
		||||
@@ -84,9 +84,9 @@ export class DocumentListComponent implements OnInit {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  loadViewConfig(view: PaperlessSavedView) {
 | 
			
		||||
    this.filterRulesModified = false
 | 
			
		||||
    this.list.load(view)
 | 
			
		||||
    this.list.reload()
 | 
			
		||||
    this.rulesChanged()
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  saveViewConfig() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user