CC-3581: Calendar->It should not be possible to change the duration for

the recorded show

- "When" section is disabled when editting rebroadcasting show
This commit is contained in:
James 2012-04-04 15:44:52 -04:00
parent 5da7d42290
commit ab7da1ce90
2 changed files with 16 additions and 4 deletions

View file

@ -317,7 +317,7 @@ $(document).ready(function() {
edit.all.callback = callback;
}else{
callback = function() {
$.get(oItems.edit.url, {format: "json", id: data.id, type: "all"}, function(json){
$.get(oItems.edit.url, {format: "json", id: data.id, type: oItems.edit._type}, function(json){
beginEditShow(json);
});
};