CC-3479: Calendar->Drag and Drop show has some inconsistencies with hours
- fixed
This commit is contained in:
parent
000f7d549c
commit
897b61b357
|
@ -1687,8 +1687,8 @@ class Application_Model_Show {
|
||||||
$showDay = CcShowDaysQuery::create()
|
$showDay = CcShowDaysQuery::create()
|
||||||
->filterByDbShowId($this->_showId)
|
->filterByDbShowId($this->_showId)
|
||||||
->findOne();
|
->findOne();
|
||||||
|
|
||||||
$showDay->setDbFirstShow($dt)
|
$showDay->setDbFirstShow($dt)->setDbStartTime($dt)
|
||||||
->save();
|
->save();
|
||||||
|
|
||||||
Logging::log("setting show's first show.");
|
Logging::log("setting show's first show.");
|
||||||
|
|
Loading…
Reference in New Issue