CC-5178:
Dashboard: Error happens after creating a show -fixed
This commit is contained in:
parent
84abd78c8f
commit
951eeb0bbe
1 changed files with 2 additions and 2 deletions
|
@ -262,14 +262,14 @@ function parseItems(obj){
|
||||||
|
|
||||||
if (obj.currentShow.length > 0) {
|
if (obj.currentShow.length > 0) {
|
||||||
calcAdditionalShowData(obj.currentShow);
|
calcAdditionalShowData(obj.currentShow);
|
||||||
|
currentShow = obj.currentShow;
|
||||||
}
|
}
|
||||||
if (obj.nextShow.length > 0) {
|
if (obj.nextShow.length > 0) {
|
||||||
calcAdditionalShowData(obj.nextShow);
|
calcAdditionalShowData(obj.nextShow);
|
||||||
|
nextShow = obj.nextShow;
|
||||||
calculateTimeToNextShow();
|
calculateTimeToNextShow();
|
||||||
}
|
}
|
||||||
|
|
||||||
currentShow = obj.currentShow;
|
|
||||||
nextShow = obj.nextShow;
|
|
||||||
|
|
||||||
var schedulePosixTime = convertDateToPosixTime(obj.schedulerTime);
|
var schedulePosixTime = convertDateToPosixTime(obj.schedulerTime);
|
||||||
var date = new Date();
|
var date = new Date();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue