From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Mon, 10 Feb 2025 18:44:22 +0000 (-0800)
Subject: Fix: accidentally removed datePickerFooterTemplate
X-Git-Tag: v2.15.0-beta.rc1~112
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea3303aa76b6a4a34d6a08b259c171aacfc6b701;p=thirdparty%2Fpaperless-ngx.git
Fix: accidentally removed datePickerFooterTemplate
---
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 1c79ae1fe7..a578445c53 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -3410,11 +3410,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 84
+ 86
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 90
+ 92
@@ -3425,25 +3425,29 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 85
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 91
+ 93
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 107
+ 61
+
+
+ src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
+ 109
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 139
+ 141
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3454,7 +3458,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 143
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3481,21 +3485,21 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 144
+ 146
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 163
+ 165
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 166
+ 168
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 5b371895ff..57aff1bd92 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,10 +29,17 @@
+ #d="ngbDatepicker"
+ [footerTemplate]="datePickerFooterTemplate" />
+
+
+
+
+
+
} @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) {