IM-629
-filter by using instance id instead of show id Conflicts: airtime_mvc/application/models/Schedule.php
This commit is contained in:
parent
af7b2d5347
commit
bb36556bb9
6 changed files with 17 additions and 11 deletions
|
@ -359,6 +359,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
if (mod.fnServerData.hasOwnProperty("ops")) {
|
||||
aoData.push( { name: "myShows", value: mod.fnServerData.ops.myShows} );
|
||||
aoData.push( { name: "showFilter", value: mod.fnServerData.ops.showFilter} );
|
||||
aoData.push( { name: "showInstanceFilter", value: mod.fnServerData.ops.showInstanceFilter} );
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue