CC-4961: Show linking
Refactoring
This commit is contained in:
parent
7347be35b1
commit
c721b81a13
5 changed files with 32 additions and 19 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue