CC-3355 : Timeline/Library: Select all in the library, drag to empty show --> nothing is added
if something is added after a footer, it will be added to the end of whatever is before the footer.
This commit is contained in:
parent
970c2fc47a
commit
8105c6571c
2 changed files with 8 additions and 2 deletions
|
@ -196,6 +196,8 @@ class Application_Model_ShowBuilder {
|
|||
|
||||
$row = $this->defaultRowArray;
|
||||
$row["footer"] = true;
|
||||
$row["instance"] = intval($p_item["si_id"]);
|
||||
$this->getRowTimestamp($p_item, $row);
|
||||
|
||||
$showEndDT = new DateTime($p_item["si_ends"], new DateTimeZone("UTC"));
|
||||
$contentDT = $this->contentDT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue