CC-5639: Repeating show's instances will vanish when editing single instance with overlapping warning

The wrong action was getting set when there were errors in the show form
This commit is contained in:
drigato 2013-12-13 14:20:43 -05:00
parent d841f11de3
commit 1dfcfd3e34
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,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->action = "edit-repeating-show-instance";
$this->view->form = $this->view->render('schedule/add-show-form.phtml');
}
}