CC-3777 : Decide on what should happen with canceling recorded show
This commit is contained in:
parent
07d029b8cc
commit
d2dc02cf9e
1 changed files with 4 additions and 0 deletions
|
@ -652,6 +652,10 @@ class Application_Model_Scheduler {
|
|||
|
||||
$this->removeItems($remove, false);
|
||||
}
|
||||
}
|
||||
else {
|
||||
$rebroadcasts = $instance->getCcShowInstancessRelatedByDbId(null, $this->con);
|
||||
$rebroadcasts->delete($this->con);
|
||||
}
|
||||
|
||||
$instance->setDbEnds($this->nowDT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue