mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
Remove parent blocked time support
This commit is contained in:
parent
3baab5072f
commit
9dc797a96c
13 changed files with 45 additions and 528 deletions
|
@ -42,7 +42,6 @@ export async function getUserList ({ database, transaction, familyEntry }: {
|
|||
'categoryForNotAssignedApps',
|
||||
'relaxPrimaryDeviceRule',
|
||||
'mailNotificationFlags',
|
||||
'blockedTimes',
|
||||
'flags'
|
||||
],
|
||||
transaction
|
||||
|
@ -59,7 +58,6 @@ export async function getUserList ({ database, transaction, familyEntry }: {
|
|||
categoryForNotAssignedApps: item.categoryForNotAssignedApps,
|
||||
relaxPrimaryDeviceRule: item.relaxPrimaryDeviceRule,
|
||||
mailNotificationFlags: item.mailNotificationFlags,
|
||||
blockedTimes: item.blockedTimes,
|
||||
flags: item.flags
|
||||
}))
|
||||
|
||||
|
@ -102,7 +100,7 @@ export async function getUserList ({ database, transaction, familyEntry }: {
|
|||
categoryForNotAssignedApps: item.categoryForNotAssignedApps,
|
||||
relaxPrimaryDevice: item.relaxPrimaryDeviceRule,
|
||||
mailNotificationFlags: item.mailNotificationFlags,
|
||||
blockedTimes: item.blockedTimes,
|
||||
blockedTimes: '',
|
||||
flags: parseInt(item.flags, 10),
|
||||
llc: getLimitLoginCategory(item.userId)
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue