diff options
author | Nunes Nelson <nunes.nelson4@gmail.com> | 2018-11-05 21:46:57 +0100 |
---|---|---|
committer | Nunes Nelson <nunes.nelson4@gmail.com> | 2018-11-05 21:46:57 +0100 |
commit | a82aa87850b9bfbab503b1f07dd6b7542a20c2f4 (patch) | |
tree | 5959625927966f28b16babd097d993a102a64f7e /client/components/cards | |
parent | 6f2275e8cb286cdf9dab3fee7f19b134eab70ca6 (diff) | |
download | wekan-a82aa87850b9bfbab503b1f07dd6b7542a20c2f4.tar.gz wekan-a82aa87850b9bfbab503b1f07dd6b7542a20c2f4.tar.bz2 wekan-a82aa87850b9bfbab503b1f07dd6b7542a20c2f4.zip |
custom fields upgrade
Diffstat (limited to 'client/components/cards')
-rw-r--r-- | client/components/cards/minicard.jade | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/components/cards/minicard.jade b/client/components/cards/minicard.jade index 5c609802..f23e91b3 100644 --- a/client/components/cards/minicard.jade +++ b/client/components/cards/minicard.jade @@ -53,8 +53,9 @@ template(name="minicard") each customFieldsWD if definition.showOnCard .minicard-custom-field - .minicard-custom-field-item - = definition.name + if definition.showLabelOnMiniCard + .minicard-custom-field-item + = definition.name .minicard-custom-field-item +viewer = trueValue |