mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Merge branch 'dev' into feature-bulk-editor
This commit is contained in:
parent
fb9d750684
commit
fbb2da42dc
70 changed files with 874 additions and 473 deletions
|
|
@ -98,6 +98,7 @@ export class DocumentListComponent implements OnInit {
|
|||
|
||||
saveViewConfigAs() {
|
||||
let modal = this.modalService.open(SaveViewConfigDialogComponent, {backdrop: 'static'})
|
||||
modal.componentInstance.defaultName = this.filterEditor.generateFilterName()
|
||||
modal.componentInstance.saveClicked.subscribe(formValue => {
|
||||
let savedView = {
|
||||
name: formValue.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue