mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix type filter was not disabled when there is only 1 option
This commit is contained in:
parent
6d2e461a83
commit
83b020b396
@ -323,7 +323,7 @@ class addressbook_ui extends addressbook_bo
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->tmpl->disableElement('col_filter[tid]');
|
||||
$this->tmpl->disableElement('nm[col_filter][tid]');
|
||||
}
|
||||
// get the availible org-views plus the label of the contacts view of one org
|
||||
$sel_options['org_view'] = $this->org_views;
|
||||
|
Loading…
Reference in New Issue
Block a user