CC-2156: Searching for a host and hitting ENTER submits the show form

- done. Had to port the code manually
This commit is contained in:
james 2011-11-16 18:14:10 -05:00
parent 590a74b8ce
commit ad708d9983
4 changed files with 21 additions and 4 deletions

View file

@ -16,7 +16,7 @@ class Application_Form_AddShowWho extends Zend_Form_SubForm
$hosts = Application_Model_User::getHosts();
foreach ($hosts as $host) {
$options[$host['value']] = $host['label'];
$options[$host['index']] = $host['label'];
}
//Add hosts selection