From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:18:01 +0000 (-0800) Subject: Fix: add back doc link dropdown for cf query X-Git-Tag: v2.15.0-beta.rc1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c316ae369b92f9624e15ffb485b648bc19fddc02;p=thirdparty%2Fpaperless-ngx.git Fix: add back doc link dropdown for cf query --- diff --git a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html index 742dd8e8a..5b371895f 100644 --- a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html +++ b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html @@ -29,17 +29,10 @@ + #d="ngbDatepicker" /> - -
- - -
-
} @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.Float || getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.Integer) { } @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.Boolean) { @@ -57,6 +50,8 @@ [disabled]="disabled" (mousedown)="$event.stopImmediatePropagation()" > + } @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.DocumentLink) { + } @else { }