From 28d27b893230c7512c529eff546c3e2379adb95a Mon Sep 17 00:00:00 2001 From: James Date: Wed, 25 Apr 2012 18:01:37 -0400 Subject: [PATCH] CC-3719: "Start time" check will block editing ON AIR show - fixed --- airtime_mvc/application/controllers/ScheduleController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/application/controllers/ScheduleController.php b/airtime_mvc/application/controllers/ScheduleController.php index b9b738404..e97b2d7fc 100644 --- a/airtime_mvc/application/controllers/ScheduleController.php +++ b/airtime_mvc/application/controllers/ScheduleController.php @@ -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'); } }