SAAS-580 - Fixed routing issue causing show art to not upload; changed ShowController to be more RESTful

This commit is contained in:
Duncan Sommerville 2015-02-04 15:09:27 -05:00
parent 7eef9d941e
commit 826ae17552
8 changed files with 300 additions and 332 deletions

View file

@ -533,7 +533,7 @@ class ScheduleController extends Zend_Controller_Action
if ($service_showForm->validateShowForms($forms, $data, $validateStartDate,
$originalShowStartDateTime, true, $data["add_show_instance_id"])) {
// Get the show ID from the show service to pass as a parameter to the RESTful ShowController
// Get the show ID from the show service to pass as a parameter to the RESTful ShowImageController
$this->view->showId = $service_show->addUpdateShow($data);
$this->view->addNewShow = true;
@ -587,7 +587,7 @@ class ScheduleController extends Zend_Controller_Action
$this->view->addNewShow = true;
if ($service_showForm->validateShowForms($forms, $data)) {
// Get the show ID from the show service to pass as a parameter to the RESTful ShowController
// Get the show ID from the show service to pass as a parameter to the RESTful ShowImageController
$this->view->showId = $service_show->addUpdateShow($data);
//send new show forms to the user