mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:40 +01:00
fixed addressbook cat changes where only stored using "extra tab with cat tree", two other options with multiselect where not working
This commit is contained in:
parent
77be8da21c
commit
63869aae9a
@ -1590,7 +1590,7 @@ window.egw_LAB.wait(function() {
|
||||
unset($content['button']);
|
||||
$content['private'] = (int) ($content['owner'] && substr($content['owner'],-1) == 'p');
|
||||
$content['owner'] = (string) (int) $content['owner'];
|
||||
$content['cat_id'] = $content['cat_id_tree'] ? $content['cat_id_tree'] : $content['cat_id'];
|
||||
$content['cat_id'] = $this->config['cat_tab'] === 'Tree' ? $content['cat_id_tree'] : $content['cat_id'];
|
||||
$content += (array)$content['private_cfs'];
|
||||
unset($content['private_cfs']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user