From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 11 Mar 2025 20:33:40 +0000 (-0700) Subject: Fix: fix tag track expression in lists X-Git-Tag: v2.15.0-beta.rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70898a50644277356865ca69ce4f3dd1aa342db7;p=thirdparty%2Fpaperless-ngx.git Fix: fix tag track expression in lists --- diff --git a/src-ui/src/app/components/document-list/document-list.component.html b/src-ui/src/app/components/document-list/document-list.component.html index 18baab517..e50805098 100644 --- a/src-ui/src/app/components/document-list/document-list.component.html +++ b/src-ui/src/app/components/document-list/document-list.component.html @@ -310,7 +310,7 @@ } @if (activeDisplayFields.includes(DisplayField.TAGS)) { - @for (tagID of d.tags; track t) { + @for (tagID of d.tags; track tagID) { } }