mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	fixes #105
This commit is contained in:
		
							parent
							
								
									eede5595e9
								
							
						
					
					
						commit
						56acd4f320
					
				@ -29,8 +29,12 @@ export class SavedViewWidgetComponent implements OnInit {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  showAll() {
 | 
			
		||||
    this.list.load(this.savedView)
 | 
			
		||||
    this.router.navigate(["documents"])
 | 
			
		||||
    if (this.savedView.showInSideBar) {
 | 
			
		||||
      this.router.navigate(['view', this.savedView.id])
 | 
			
		||||
    } else {
 | 
			
		||||
      this.list.load(this.savedView)
 | 
			
		||||
      this.router.navigate(["documents"])
 | 
			
		||||
      }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user