mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix custom date to display short version on minicard
This commit is contained in:
parent
855151a8d1
commit
b09d656636
4 changed files with 49 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue