CC-1985 : Automatic rebroadcast of recorded content
rebroadcast shows are automatically resized if parent recorded shows are altered. progress bar is removed from recorded/rebroadcast shows, waiting on special icons.
This commit is contained in:
parent
f104872175
commit
20f3c49dcb
2 changed files with 9 additions and 1 deletions
|
@ -148,7 +148,8 @@ function viewDisplay( view ) {
|
|||
|
||||
function eventRender(event, element, view) {
|
||||
|
||||
if(view.name === 'agendaDay' || view.name === 'agendaWeek') {
|
||||
//only put progress bar on shows that aren't being recorded and are not a rebroadcast.
|
||||
if((view.name === 'agendaDay' || view.name === 'agendaWeek') && event.record === 0 && event.rebroadcast === 0) {
|
||||
var div = $('<div/>');
|
||||
div
|
||||
.height('5px')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue