From ee41e13fe1c7b5b0f20a326312ffd4166da65adf Mon Sep 17 00:00:00 2001 From: denise Date: Fri, 7 Jun 2013 13:57:48 -0400 Subject: [PATCH] CC-5218: Provide show id and linked flag to calendar events --- .../public/js/airtime/schedule/full-calendar-functions.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js index 634be5511..d6562ac0c 100644 --- a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js +++ b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js @@ -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.