CC-4461: Now Playing: Timeline does not reflect the changes on Show start time (which is changed from Calendar->Edit Show)
- fixed
This commit is contained in:
parent
859041bcf4
commit
eecc90547d
3 changed files with 9 additions and 7 deletions
|
@ -783,6 +783,8 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$data['add_show_instance_id']);
|
||||
|
||||
if ($success) {
|
||||
$scheduler = new Application_Model_Scheduler();
|
||||
$scheduler->removeGaps($data['add_show_instance_id']);
|
||||
$this->view->addNewShow = true;
|
||||
$this->view->newForm = $this->view->render('schedule/add-show-form.phtml');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue