description optional
This commit is contained in:
parent
83214bec01
commit
9957cba048
@ -29,7 +29,7 @@ work.schema = new SimpleSchema({
|
||||
name: {type: String},
|
||||
class: {type: String},
|
||||
dueDate: {type: Date},
|
||||
description: {type: String},
|
||||
description: {type: String, optional: true},
|
||||
creator: {type: String},
|
||||
comments: {type: [String], optional: true},
|
||||
confirmations: {type: [String], optional: true},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user