From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 11 Feb 2025 02:58:45 +0000 (-0800) Subject: Fix: fix cf ownership requirement X-Git-Tag: v2.15.0-beta.rc1~108 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fdfea685766132501637efe710303405c57a553a;p=thirdparty%2Fpaperless-ngx.git Fix: fix cf ownership requirement --- diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html index a8e14c51d..fc35bdb43 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.html +++ b/src-ui/src/app/components/document-detail/document-detail.component.html @@ -75,7 +75,7 @@ @@ -127,7 +127,7 @@ @case (CustomFieldDataType.String) { @@ -135,7 +135,7 @@ @case (CustomFieldDataType.Date) { @@ -143,7 +143,7 @@ @case (CustomFieldDataType.Integer) { @@ -171,14 +171,14 @@ @case (CustomFieldDataType.Boolean) { } @case (CustomFieldDataType.Url) { @@ -187,7 +187,7 @@ @@ -199,7 +199,7 @@ bindLabel="label" [allowNull]="true" [horizontal]="true" - [removable]="userIsOwner && userCanEdit" + [removable]="userCanEdit" (removed)="removeField(fieldInstance)" [error]="getCustomFieldError(i)"> }