is_scheduled flag was not getting updated when shows were deleted
This commit is contained in:
parent
3d09747990
commit
9133384789
1 changed files with 2 additions and 0 deletions
|
@ -569,6 +569,8 @@ SQL;
|
|||
$this->deleteShowInstances($ccShowInstances, $ccShowInstance->getDbShowId());
|
||||
}
|
||||
|
||||
Application_Model_StoredFile::updatePastFilesIsScheduled();
|
||||
|
||||
Application_Model_RabbitMq::PushSchedule();
|
||||
|
||||
$con->commit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue