From 67845e034d85e68255b8e8140a82dee88c7c15ee Mon Sep 17 00:00:00 2001 From: Simon Urli <simon.urli@xwiki.com> Date: Fri, 24 Jan 2020 10:35:44 +0100 Subject: [PATCH] XWIKI-17002: Date livetable filter should fallback to text filter on templates macros.vm * Fallback to text filter type in templates/macros.vm --- .../xwiki-platform-web/src/main/webapp/templates/macros.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/macros.vm b/xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/macros.vm index a25163876c1..2862a745ad0 100644 --- a/xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/macros.vm +++ b/xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/macros.vm @@ -1550,7 +1550,7 @@ $Msz MB## 'Boolean': 'boolean', 'DBList': 'suggest', 'DBTreeList': 'suggest', - 'Date': 'date', + 'Date': 'text', 'Email': 'text', 'Groups': 'suggest', 'Number': 'number', -- GitLab