From ee01e0976dda897d63fd6939a996cab0f4ae60b9 Mon Sep 17 00:00:00 2001 From: Peter Mathis Date: Thu, 1 Dec 2022 15:41:30 +0100 Subject: [PATCH] fix renamed utility --- plone/app/content/browser/contents/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/content/browser/contents/properties.py b/plone/app/content/browser/contents/properties.py index 515fd96..4cae70a 100644 --- a/plone/app/content/browser/contents/properties.py +++ b/plone/app/content/browser/contents/properties.py @@ -38,7 +38,7 @@ def get_options(self): ), "template": self.template( vocabulary_url="%splone.app.vocabularies.Users" % (base_vocabulary), - pattern_options=json.dumps(get_datetime_options(self.request)), + pattern_options=json.dumps(get_date_options(self.request)), ), "dataUrl": self.context.absolute_url() + "/@@fc-properties", },