CC-5149: Linked show: Regular show will be treat as linked show in some case

A new form was not getting sent to the user properly after a show creation
This commit is contained in:
denise 2013-05-15 15:47:45 -04:00
parent 58a806a607
commit 5a86bd9ac4
1 changed files with 1 additions and 1 deletions

View File

@ -514,9 +514,9 @@ class ScheduleController extends Zend_Controller_Action
if ($service_showForm->validateShowForms($forms, $data)) {
$service_show->addUpdateShow($data);
$this->view->newForm = $this->view->render('schedule/add-show-form.phtml');
//send new show forms to the user
$this->createShowFormAction(true);
$this->view->newForm = $this->view->render('schedule/add-show-form.phtml');
Logging::debug("Show creation succeeded");
} else {