From ea3303aa76b6a4a34d6a08b259c171aacfc6b701 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Mon, 10 Feb 2025 10:44:22 -0800
Subject: [PATCH] Fix: accidentally removed datePickerFooterTemplate
---
src-ui/messages.xlf | 24 +++++++++++--------
...ustom-fields-query-dropdown.component.html | 9 ++++++-
2 files changed, 22 insertions(+), 11 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 1c79ae1fe..a578445c5 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 5b371895f..57aff1bd9 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) {