Option to add custom field to all cards

This commit is contained in:
John R. Supplee 2021-01-22 21:28:37 +02:00
parent 0c3b92567e
commit 74d93a6adc
8 changed files with 48 additions and 2 deletions

View file

@ -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 });
},
);