mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Chore: Backend bulk updates (#4509)
This commit is contained in:
		@@ -58,7 +58,8 @@ export class PermissionsDialogComponent {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @Input()
 | 
			
		||||
  message = $localize`Note that permissions set here will override any existing permissions`
 | 
			
		||||
  message =
 | 
			
		||||
    $localize`Note that permissions set here will override any existing permissions`
 | 
			
		||||
 | 
			
		||||
  cancelClicked() {
 | 
			
		||||
    this.activeModal.close()
 | 
			
		||||
 
 | 
			
		||||
@@ -476,8 +476,8 @@ export class BulkEditorComponent
 | 
			
		||||
      this.downloadForm.get('downloadFileTypeOriginals').value
 | 
			
		||||
        ? 'both'
 | 
			
		||||
        : this.downloadForm.get('downloadFileTypeArchive').value
 | 
			
		||||
        ? 'archive'
 | 
			
		||||
        : 'originals'
 | 
			
		||||
          ? 'archive'
 | 
			
		||||
          : 'originals'
 | 
			
		||||
    this.documentService
 | 
			
		||||
      .bulkDownload(
 | 
			
		||||
        Array.from(this.list.selected),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user