CC-4046: Timeline -> cannot drag and drog song into the posion between song's name and "show empty"
-fixed
This commit is contained in:
parent
32350c5246
commit
46604fdf59
2 changed files with 2 additions and 4 deletions
|
@ -221,7 +221,6 @@ class Application_Model_ShowBuilder {
|
|||
$row["title"] = $p_item["show_name"];
|
||||
$row["instance"] = intval($p_item["si_id"]);
|
||||
$row["image"] = '';
|
||||
$row["id"] = -1;
|
||||
|
||||
$this->getScheduledStatus($startsEpoch, $endsEpoch, $row);
|
||||
|
||||
|
@ -311,7 +310,6 @@ class Application_Model_ShowBuilder {
|
|||
$row = $this->defaultRowArray;
|
||||
$row["footer"] = true;
|
||||
$row["instance"] = intval($p_item["si_id"]);
|
||||
$row["id"] = -1;
|
||||
$this->getRowTimestamp($p_item, $row);
|
||||
|
||||
$showEndDT = new DateTime($p_item["si_ends"], new DateTimeZone("UTC"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue