mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Addressbook: Fix required customfields were still required on advanced search dialog
Switched attribute name needed -> requred
This commit is contained in:
parent
d1e7908cc0
commit
d15c908e38
@ -3435,7 +3435,7 @@ class addressbook_ui extends addressbook_bo
|
||||
if(!isset($data['values'][''])) $sel_options['#'.$name][''] = lang('Select one');
|
||||
}
|
||||
// Make them not required, otherwise you can't search
|
||||
$this->tmpl->setElementAttribute('#'.$name, 'needed', FALSE);
|
||||
$this->tmpl->setElementAttribute('#' . $name, 'required', FALSE);
|
||||
}
|
||||
}
|
||||
// configure edit template as search dialog
|
||||
|
Loading…
Reference in New Issue
Block a user