adding autocomplete from backend source into add show page.
This commit is contained in:
parent
c109fb5f01
commit
a607951ed9
4 changed files with 37 additions and 27 deletions
|
@ -15,7 +15,7 @@ class Application_Form_AddShowWho extends Zend_Form_SubForm
|
|||
$hosts = User::getHosts();
|
||||
|
||||
foreach ($hosts as $host) {
|
||||
$options[$host['id']] = $host['login'];
|
||||
$options[$host['value']] = $host['label'];
|
||||
}
|
||||
|
||||
//Add hosts selection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue