mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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
bc9a99a2af
commit
b963fff0c0
@ -330,7 +330,6 @@ class addressbook_ui extends addressbook_bo
|
|||||||
if (isset($org_view))
|
if (isset($org_view))
|
||||||
{
|
{
|
||||||
$content['nm']['org_view'] = $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']);
|
$content['nm']['actions'] = $this->get_actions($content['nm']['col_filter']['tid'], $content['nm']['org_view']);
|
||||||
|
Loading…
Reference in New Issue
Block a user