Skip to content

Commit

Permalink
fix renamed utility
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Nov 22, 2023
1 parent f3add12 commit ee01e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/content/browser/contents/properties.py
Expand Up @@ -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",
},
Expand Down

0 comments on commit ee01e09

Please sign in to comment.