mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Fix missing category value when using category tree
This commit is contained in:
parent
7ff91718e4
commit
1740b8d9be
@ -2137,6 +2137,7 @@ window.egw_LAB.wait(function() {
|
|||||||
{
|
{
|
||||||
$content['cat_id'] = $this->categories->check_list(EGW_ACL_READ,$content['cat_id']);
|
$content['cat_id'] = $this->categories->check_list(EGW_ACL_READ,$content['cat_id']);
|
||||||
}
|
}
|
||||||
|
$content['cat_id_tree'] = $content['cat_id'];
|
||||||
|
|
||||||
$content['view'] = true;
|
$content['view'] = true;
|
||||||
$content['link_to'] = array(
|
$content['link_to'] = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user