- Enable Edit Event into dialog form ... (and save to the db)
- Add Where table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user