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:
parent
5da7d42290
commit
ab7da1ce90
2 changed files with 16 additions and 4 deletions
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue