- 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:22 +02:00
parent 9656b14cd0
commit bfe5053407
12 changed files with 474 additions and 433 deletions

View File

@@ -270,10 +270,12 @@ namespace Mutations {
}
function getListByTable(table): any[] {
if (table === 'events')
if (table === 'myevents')
return CalendarStore.state.eventlist
else if (table === 'operators')
return CalendarStore.state.operators
else if (table === 'wheres')
return CalendarStore.state.wheres
else if (table === 'bookings')
return CalendarStore.state.bookedevent
else if (table === 'users')