mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
If admin edits a (private) category, it will now become public
This commit is contained in:
parent
bef50c4dbc
commit
1a7f460628
@ -223,6 +223,7 @@ class admin_categories
|
||||
}
|
||||
}
|
||||
$content['no_private'] = true;
|
||||
$content['access'] = 'public';
|
||||
} else {
|
||||
$readonlys['owner'] = true;
|
||||
$readonlys['access'] = $content['owner'] != $GLOBALS['egw_info']['user']['account_id'];
|
||||
|
Loading…
Reference in New Issue
Block a user