From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 15 Jun 2024 16:00:18 +0000 (-0700) Subject: Enhancement: better boolean custom field display (#7001) X-Git-Tag: v2.10.0~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4e2d4652450dc2a06f3b96a46516c4ceeec14d;p=thirdparty%2Fpaperless-ngx.git Enhancement: better boolean custom field display (#7001) --- diff --git a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html index 07347f8e0c..812c283e2e 100644 --- a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html +++ b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html @@ -24,6 +24,12 @@ } } + @case (CustomFieldDataType.Boolean) { +