mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-04 00:31:12 -06:00
Use titles not IDs
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
</p>
|
||||
@if (documentPreview.length > 0) {
|
||||
<ul class="list-unstyled small mb-0">
|
||||
@for (docId of documentPreview; track docId) {
|
||||
@for (doc of documentPreview; track doc.id) {
|
||||
<li>
|
||||
<code>{{ docId }}</code>
|
||||
<strong>{{ doc.title | documentTitle }}</strong>
|
||||
</li>
|
||||
}
|
||||
@if (selectionCount > documentPreview.length) {
|
||||
|
||||
Reference in New Issue
Block a user