CC-3719: "Start time" check will block editing ON AIR show

- fixed
This commit is contained in:
James 2012-04-25 18:01:37 -04:00
parent b5a65ae7e4
commit 28d27b8932
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ class ScheduleController extends Zend_Controller_Action
}
$this->view->rr->getElement('add_show_record')->setOptions(array('disabled' => true));
$this->view->addNewShow = false;
$this->view->action = "edit-show";
$this->view->form = $this->view->render('schedule/add-show-form.phtml');
}
}