Flag virtual folders as read-only
This commit is contained in:
parent
5e77456939
commit
525e48f549
2 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,7 @@ class kolab_driver extends calendar_driver
|
|||
'id' => $cal->id,
|
||||
'name' => $name,
|
||||
'virtual' => true,
|
||||
'readonly' => true,
|
||||
);
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -104,6 +104,7 @@ class tasklist_kolab_driver extends tasklist_driver
|
|||
'id' => $list_id,
|
||||
'name' => $name,
|
||||
'virtual' => true,
|
||||
'editable' => false,
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue