- Enable Edit Event into dialog form ... (and save to the db)

- Add Where table
This commit is contained in:
Paolo Arena
2019-10-21 20:38:10 +02:00
parent 1a1348c563
commit 570bbf3744
7 changed files with 102 additions and 37 deletions

View File

@@ -29,19 +29,10 @@ const MyEventSchema = new Schema({
details: {
type: String,
},
withtime: {
type: Boolean,
dateTimeStart: {
type: Date,
},
dur: {
type: Number,
},
dur2: {
type: Number,
},
days: {
type: Number,
},
date: {
dateTimeEnd: {
type: Date,
},
bgcolor: {
@@ -56,7 +47,7 @@ const MyEventSchema = new Schema({
img: {
type: String,
},
where: {
wherecode: {
type: String,
},
contribtype: { // TABLE