Resolve conflicts and a final bulk lock

This commit is contained in:
Trenton H
2023-11-13 07:59:13 -08:00
parent 806c630e6e
commit 17795084cb
4 changed files with 268 additions and 173 deletions

View File

@@ -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()

View File

@@ -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),