CC-3719: "Start time" check will block editing ON AIR show
- fixed
This commit is contained in:
parent
b5a65ae7e4
commit
28d27b8932
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue