CC-4961: Show linking

Refactoring
This commit is contained in:
denise 2013-03-12 10:30:31 -04:00
parent 7347be35b1
commit c721b81a13
5 changed files with 32 additions and 19 deletions

View file

@ -803,6 +803,8 @@ class ScheduleController extends Zend_Controller_Action
if ($this->service_schedule->validateShowForms($forms, $data, $validateStartDate,
$originalShowStartDateTime, true, $data["add_show_instance_id"])) {
$this->service_schedule->editShow($data);
$scheduler = new Application_Model_Scheduler();
$showInstances = CcShowInstancesQuery::create()->filterByDbShowId($data['add_show_id'])->find();
foreach ($showInstances as $si) {