CC-2265: Date Start is not updated after dragging show to new day
- fixed
This commit is contained in:
parent
03efb8f293
commit
b73016550b
2 changed files with 27 additions and 2 deletions
|
@ -87,8 +87,8 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$user = new User($userInfo->id);
|
||||
|
||||
if($user->isUserType(array(UTYPE_ADMIN, UTYPE_PROGRAM_MANAGER))) {
|
||||
$show = new ShowInstance($showInstanceId);
|
||||
$error = $show->moveShow($deltaDay, $deltaMin);
|
||||
$showInstance = new ShowInstance($showInstanceId);
|
||||
$error = $showInstance->moveShow($deltaDay, $deltaMin);
|
||||
}
|
||||
|
||||
if(isset($error))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue