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
|
@ -196,7 +196,7 @@ class Application_Model_Show {
|
|||
try {
|
||||
//update the status flag in cc_schedule.
|
||||
$instances = CcShowInstancesQuery::create()
|
||||
->filterByDbStarts($current_timestamp, Criteria::GREATER_EQUAL)
|
||||
->filterByDbEnds($current_timestamp, Criteria::GREATER_THAN)
|
||||
->filterByDbShowId($this->_showId)
|
||||
->find($con);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue