mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-31 21:09:20 +00:00
enh: modify usergroup column backend
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
This commit is contained in:

committed by
Julius Härtl

parent
11aa7bca52
commit
62280240b1
@ -40,7 +40,6 @@ class UsergroupBusiness extends SuperBusiness implements IColumnTypeBusiness {
|
||||
}
|
||||
|
||||
foreach ($value as $v) {
|
||||
// TODO: maybe check if key exists first
|
||||
if((array_key_exists('id', $v) && !is_string($v['id'])) && (array_key_exists('type', $v) && !is_int($v['type']))) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user