CC-5074: Editing a linked instance sets incorrect schedule start times

This commit is contained in:
denise 2013-04-30 13:58:03 -04:00
parent 1384c5d39d
commit 4ca60ca676
4 changed files with 21 additions and 13 deletions

View file

@ -634,10 +634,7 @@ class Application_Model_Scheduler
$pstart = microtime(true);
//recalculate the start/end times after the inserted items.
Logging::info($excludeIds);
Logging::info($initalStartDT);
foreach ($followingSchedItems as $item) {
Logging::info($item);
$endTimeDT = $this->findEndTime($nextStartDT, $item->getDbClipLength());
$item->setDbStarts($nextStartDT);