mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02: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
|
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
|
// get the availible org-views plus the label of the contacts view of one org
|
||||||
$sel_options['org_view'] = $this->org_views;
|
$sel_options['org_view'] = $this->org_views;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user