Add support for parent blocked times

This commit is contained in:
Jonas Lochmann
2019-08-25 09:36:31 +02:00
parent 32d278bdd5
commit 1969fe4042
15 changed files with 363 additions and 8 deletions
@@ -36,7 +36,8 @@ export async function dispatchAddUser ({ action, cache }: {
currentDevice: '',
categoryForNotAssignedApps: '',
relaxPrimaryDeviceRule: false,
mailNotificationFlags: 0
mailNotificationFlags: 0,
blockedTimes: ''
}, { transaction: cache.transaction })
cache.invalidiateUserList = true