CC-5697: Editing a linked show's repeat day sets wrong day for show content
Added comment
This commit is contained in:
parent
787f19f69a
commit
6cd84363a6
|
@ -1067,6 +1067,11 @@ SQL;
|
||||||
$ccShowInstance = $this->getInstance($utcStartDateTime);
|
$ccShowInstance = $this->getInstance($utcStartDateTime);
|
||||||
$newInstance = false;
|
$newInstance = false;
|
||||||
$updateScheduleStatus = true;
|
$updateScheduleStatus = true;
|
||||||
|
/* Keep track of which instances in the cc_show are being
|
||||||
|
* updated. We are not interested in which instances are
|
||||||
|
* new because we won't need to update the scheduled content
|
||||||
|
* for those shows
|
||||||
|
*/
|
||||||
array_push($this->instanceIdsForScheduleUpdates, $ccShowInstance->getDbId());
|
array_push($this->instanceIdsForScheduleUpdates, $ccShowInstance->getDbId());
|
||||||
} else {
|
} else {
|
||||||
$newInstance = true;
|
$newInstance = true;
|
||||||
|
|
Loading…
Reference in New Issue