CC-3864: Calendar -> Edit show: Can edit the start time of current playing show
- fixed
This commit is contained in:
parent
ec6ff4c9e6
commit
2bf6408d90
3 changed files with 13 additions and 5 deletions
|
@ -760,7 +760,8 @@ class ScheduleController extends Zend_Controller_Action
|
|||
}
|
||||
$data['add_show_record'] = $show->isRecorded();
|
||||
|
||||
$success = Application_Model_Schedule::addUpdateShow($data, $this, $validateStartDate);
|
||||
$origianlShowStartDateTime = Application_Common_DateHelper::ConvertToLocalDateTime($show->getStartDateAndTime());
|
||||
$success = Application_Model_Schedule::addUpdateShow($data, $this, $validateStartDate, $origianlShowStartDateTime);
|
||||
|
||||
if ($success){
|
||||
$this->view->addNewShow = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue