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

@ -537,6 +537,7 @@ export class WekanCreator {
showOnCard: field.showOnCard,
showLabelOnMiniCard: field.showLabelOnMiniCard,
automaticallyOnCard: field.automaticallyOnCard,
alwaysOnCard: field.alwaysOnCard,
//use date "now" if now created at date is provided (e.g. for very old boards)
createdAt: this._now(this.createdAt.customFields[field._id]),
modifiedAt: field.modifiedAt,