1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

add current to sessions collection

This commit is contained in:
Torsten Dittmann 2021-02-19 15:41:17 +01:00
parent 8bc484dfca
commit 70666ddf0a

View file

@ -373,6 +373,15 @@ $collections = [
'required' => true,
'array' => false,
],
[
'$collection' => Database::SYSTEM_COLLECTION_RULES,
'label' => 'Current',
'key' => 'current',
'type' => Database::SYSTEM_VAR_TYPE_BOOLEAN,
'default' => false,
'required' => true,
'array' => false,
],
[
'$collection' => Database::SYSTEM_COLLECTION_RULES,
'label' => 'User Agent',