mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 05:38:48 +01:00
Fix #1567
This commit is contained in:
parent
c12e003fd3
commit
e5995477b8
8 changed files with 44 additions and 38 deletions
|
|
@ -31,14 +31,6 @@ Boards.attachSchema(new SimpleSchema({
|
|||
}
|
||||
},
|
||||
},
|
||||
view: {
|
||||
type: String,
|
||||
autoValue() { // eslint-disable-line consistent-return
|
||||
if (this.isInsert) {
|
||||
return 'board-view-lists';
|
||||
}
|
||||
},
|
||||
},
|
||||
createdAt: {
|
||||
type: Date,
|
||||
autoValue() { // eslint-disable-line consistent-return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue