Added comments to Schedule Service

This commit is contained in:
drigato 2013-02-25 09:15:03 -05:00 committed by denise
parent d08f6cf3e1
commit bdab294fce
3 changed files with 14 additions and 5 deletions

View file

@ -871,6 +871,7 @@ class ScheduleController extends Zend_Controller_Action
$data[$j["name"]] = $j["value"];
}
// TODO: move this to js
$data['add_show_hosts'] = $this->_getParam('hosts');
$data['add_show_day_check'] = $this->_getParam('days');