Generalised some dialogs

This commit is contained in:
Thaum
2015-02-27 06:14:34 +00:00
parent 56f8e95d81
commit 040d5a514b
50 changed files with 532 additions and 954 deletions

View File

@@ -11,7 +11,8 @@ Schemas.Effect = new SimpleSchema({
},
name: {
type: String,
optional: true //TODO make necessary if there is no owner
optional: true, //TODO make necessary if there is no owner
trim: false
},
operation: {
type: String,
@@ -25,7 +26,8 @@ Schemas.Effect = new SimpleSchema({
},
calculation: {
type: String,
optional: true
optional: true,
trim: false
},
//indicates what the effect originated from
type: {