Fix type filter was not disabled when there is only 1 option

This commit is contained in:
Nathan Gray 2016-03-29 15:37:50 +00:00
parent 6d2e461a83
commit 83b020b396

View File

@ -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;