mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fixes #143
This commit is contained in:
		| @@ -95,7 +95,7 @@ export abstract class GenericListComponent<T extends ObjectWithId> implements On | ||||
|     activeModal.componentInstance.message = "Associated documents will not be deleted." | ||||
|     activeModal.componentInstance.btnClass = "btn-danger" | ||||
|     activeModal.componentInstance.btnCaption = "Delete" | ||||
|     activeModal.componentInstance.confirmPressed.subscribe(() => { | ||||
|     activeModal.componentInstance.confirmClicked.subscribe(() => { | ||||
|       this.service.delete(object).subscribe(_ => { | ||||
|         activeModal.close() | ||||
|         this.reloadData() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler