mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Fix : Linked card cannot change date #2930
This commit is contained in:
parent
10e3d963ef
commit
262df6c4a0
2 changed files with 44 additions and 28 deletions
|
|
@ -500,6 +500,13 @@ Boards.attachSchema(
|
|||
optional: true,
|
||||
defaultValue: 'no-parent',
|
||||
},
|
||||
receivedAt: {
|
||||
/**
|
||||
* Date the card was received
|
||||
*/
|
||||
type: Date,
|
||||
optional: true,
|
||||
},
|
||||
startAt: {
|
||||
/**
|
||||
* Starting date of the board.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue