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:
parent
58a806a607
commit
5a86bd9ac4
|
@ -514,9 +514,9 @@ class ScheduleController extends Zend_Controller_Action
|
||||||
if ($service_showForm->validateShowForms($forms, $data)) {
|
if ($service_showForm->validateShowForms($forms, $data)) {
|
||||||
$service_show->addUpdateShow($data);
|
$service_show->addUpdateShow($data);
|
||||||
|
|
||||||
$this->view->newForm = $this->view->render('schedule/add-show-form.phtml');
|
|
||||||
//send new show forms to the user
|
//send new show forms to the user
|
||||||
$this->createShowFormAction(true);
|
$this->createShowFormAction(true);
|
||||||
|
$this->view->newForm = $this->view->render('schedule/add-show-form.phtml');
|
||||||
|
|
||||||
Logging::debug("Show creation succeeded");
|
Logging::debug("Show creation succeeded");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue