- Booking not available if is in the past
- Delete record only if "Active Edit" is on - Image stretch width reduced. - Signin more dense
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Actions {
|
||||
|
||||
let ris = null
|
||||
|
||||
const showall = UserStore.state.isAdmin ? '1' : '0'
|
||||
const showall = UserStore.state.isAdmin || UserStore.state.isManager ? '1' : '0'
|
||||
|
||||
ris = await Api.SendReq('/booking/' + UserStore.state.userId + '/' + process.env.APP_ID + '/' + showall, 'GET', null)
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user