mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02: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))
|
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…
x
Reference in New Issue
Block a user