Fix custom date to display short version on minicard

This commit is contained in:
John R. Supplee 2021-01-19 16:08:16 +02:00
parent 855151a8d1
commit b09d656636
4 changed files with 49 additions and 5 deletions

View file

@ -77,6 +77,9 @@ template(name="minicard")
if $eq definition.type "currency"
+viewer
= formattedCurrencyCustomFieldValue(definition)
else if $eq definition.type "date"
.date
+minicardCustomFieldDate
else
+viewer
= trueValue