- Open Dialog for Operators when click on Chip #91

- HOME: Show last 5 Events #99
- Creating HOME page with the Services Offering (Disciplines...) #96
- CCardDiscipline #104
This commit is contained in:
Paolo Arena
2019-11-15 00:33:25 +01:00
parent 049e882210
commit 20a3120054

View File

@@ -51,9 +51,7 @@ const DisciplineSchema = new Schema({
type: Boolean,
},
teachers: [{
username: {
type: String,
}
}],
});