mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
let OpenDocumentsService handle nav
This commit is contained in:
parent
ba1bb95935
commit
1efd226f75
10 changed files with 38 additions and 65 deletions
|
|
@ -168,7 +168,7 @@
|
|||
</ng-container>
|
||||
</td>
|
||||
<td>
|
||||
<a (click)="clickEdit(d.id)" title="Edit document" style="overflow-wrap: anywhere;">{{d.title | documentTitle}}</a>
|
||||
<a (click)="openDocumentsService.openDocument(d)" title="Edit document" style="overflow-wrap: anywhere;">{{d.title | documentTitle}}</a>
|
||||
<app-tag [tag]="t" *ngFor="let t of d.tags$ | async" class="ms-1" clickable="true" linkTitle="Filter by tag" (click)="clickTag(t.id);$event.stopPropagation()"></app-tag>
|
||||
</td>
|
||||
<td class="d-none d-xl-table-cell">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue