CC-1805: Ability to edit a show
Fixed bug for single-show instances.
This commit is contained in:
parent
b034958fc5
commit
9e23d8b902
3 changed files with 7 additions and 2 deletions
|
@ -246,7 +246,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
if ($user->isAdmin()) {
|
||||
|
||||
$menu[] = array('action' => array('type' => 'ajax', 'url' => '/Schedule/edit-show/format/json/id/'.$id,
|
||||
'callback' => 'window["beginEditShow"]'), 'title' => 'Edit This Instance');
|
||||
'callback' => 'window["beginEditShow"]'), 'title' => 'Edit Show');
|
||||
//$menu[] = array('action' => array('type' => 'ajax', 'url' => '/Schedule/cancel-show'.$params,
|
||||
// 'callback' => 'window["scheduleRefetchEvents"]'), 'title' => 'Edit This Instance and All Following');
|
||||
$menu[] = array('action' => array('type' => 'ajax', 'url' => '/Schedule/delete-show'.$params,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue