mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
Fix bug where default columns disappeared and all columns were shown when there's no user preference
This commit is contained in:
parent
249732b594
commit
4890d35ede
@ -328,7 +328,6 @@ class addressbook_ui extends addressbook_bo
|
||||
if (isset($org_view))
|
||||
{
|
||||
$content['nm']['org_view'] = $org_view;
|
||||
$content['nm']['default_cols'] = '';
|
||||
}
|
||||
|
||||
$content['nm']['actions'] = $this->get_actions($content['nm']['col_filter']['tid'], $content['nm']['org_view']);
|
||||
|
Loading…
Reference in New Issue
Block a user