mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Option to add custom field to all cards
This commit is contained in:
parent
0c3b92567e
commit
74d93a6adc
8 changed files with 48 additions and 2 deletions
|
@ -239,7 +239,7 @@ BlazeComponent.extendComponent({
|
|||
.customFields()
|
||||
.fetch(),
|
||||
function(field) {
|
||||
if (field.automaticallyOnCard)
|
||||
if (field.automaticallyOnCard || field.alwaysOnCard)
|
||||
arr.push({ _id: field._id, value: null });
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue