Generalised some dialogs
This commit is contained in:
@@ -6,7 +6,8 @@ Schemas.Proficiency = new SimpleSchema({
|
||||
regEx: SimpleSchema.RegEx.Id
|
||||
},
|
||||
name: {
|
||||
type: String
|
||||
type: String,
|
||||
trim: false
|
||||
},
|
||||
//indicates what type of thing proficiency originated from
|
||||
type: {
|
||||
|
||||
Reference in New Issue
Block a user