mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix: deselect file tasks select all button on dismiss (#7592)
This commit is contained in:
		@@ -70,11 +70,11 @@ export class TasksComponent
 | 
				
			|||||||
        modal.componentInstance.buttonsEnabled = false
 | 
					        modal.componentInstance.buttonsEnabled = false
 | 
				
			||||||
        modal.close()
 | 
					        modal.close()
 | 
				
			||||||
        this.tasksService.dismissTasks(tasks)
 | 
					        this.tasksService.dismissTasks(tasks)
 | 
				
			||||||
        this.selectedTasks.clear()
 | 
					        this.clearSelection()
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
      this.tasksService.dismissTasks(tasks)
 | 
					      this.tasksService.dismissTasks(tasks)
 | 
				
			||||||
      this.selectedTasks.clear()
 | 
					      this.clearSelection()
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user