mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 10:08:49 +01: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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue