CC-3730 : Boundary tracks need recalculating when resizing current show on calendar (by dragging)

This commit is contained in:
Naomi Aro 2012-05-04 17:49:58 +02:00
parent 96d2f657f7
commit d19ed4a97e
2 changed files with 4 additions and 1 deletions

View file

@ -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);