CC-5218: Provide show id and linked flag to calendar events

This commit is contained in:
denise 2013-06-07 13:57:48 -04:00
parent 3f1c47b764
commit ee41e13fe1
1 changed files with 3 additions and 2 deletions

View File

@ -210,8 +210,9 @@ function viewDisplay( view ) {
}
function eventRender(event, element, view) {
$(element).attr("id", "fc-show-instance-"+event.id);
$(element).attr("id", "fc-show-instance-"+event.id);
$(element).attr("show-id", event.showId);
$(element).attr("show-linked", event.linked);
$(element).data("event", event);
//only put progress bar on shows that aren't being recorded.