mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Doc detail tab switch fixes
This commit is contained in:
parent
fe85aff052
commit
b7c7e293f7
@ -100,7 +100,7 @@
|
|||||||
<a ngbNavLink i18n>Metadata</a>
|
<a ngbNavLink i18n>Metadata</a>
|
||||||
<ng-template ngbNavContent>
|
<ng-template ngbNavContent>
|
||||||
|
|
||||||
<table class="table table-borderless">
|
<table class="table table-borderless" *ngIf="document">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td i18n>Date modified</td>
|
<td i18n>Date modified</td>
|
||||||
|
@ -317,6 +317,10 @@ export class DocumentDetailComponent
|
|||||||
if (navIDKey) {
|
if (navIDKey) {
|
||||||
this.activeNavID = DocumentDetailNavIDs[navIDKey]
|
this.activeNavID = DocumentDetailNavIDs[navIDKey]
|
||||||
}
|
}
|
||||||
|
} else if (paramMap.get('id')) {
|
||||||
|
this.router.navigate(['documents', +paramMap.get('id'), 'details'], {
|
||||||
|
replaceUrl: true,
|
||||||
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user