CC-3035 : Should be able to resize a show, have it affect all future instances of the show
added a new resize function to Shows.php, should not use ShowInstance resize method, since you cannot resize just one instance currently.
This commit is contained in:
parent
129feb573b
commit
12172e5ad5
4 changed files with 42 additions and 8 deletions
|
@ -319,7 +319,7 @@ function eventResize( event, dayDelta, minuteDelta, revertFunc, jsEvent, ui, vie
|
|||
url = '/Schedule/resize-show/format/json';
|
||||
|
||||
$.post(url,
|
||||
{day: dayDelta, min: minuteDelta, showInstanceId: event.id},
|
||||
{day: dayDelta, min: minuteDelta, showId: event.showId},
|
||||
function(json){
|
||||
if(json.show_error == true){
|
||||
alertShowErrorAndReload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue