CC-3730 : Boundary tracks need recalculating when resizing current show on calendar (by dragging)
This commit is contained in:
parent
96d2f657f7
commit
d19ed4a97e
2 changed files with 4 additions and 1 deletions
|
@ -134,6 +134,9 @@ class CcShowInstances extends BaseCcShowInstances {
|
|||
->filterByDbPlayoutStatus(0, Criteria::GREATER_EQUAL)
|
||||
->filterByDbStarts($this->ends, Criteria::GREATER_THAN)
|
||||
->update(array('DbPlayoutStatus' => 0), $con);
|
||||
|
||||
$this->setDbLastScheduled(gmdate("Y-m-d H:i:s"));
|
||||
$this->save($con);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue