CC-2089: create "cancel show" command for pypo
- done
This commit is contained in:
parent
59a3076e42
commit
83bba9532e
3 changed files with 25 additions and 8 deletions
|
@ -695,6 +695,8 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$show = new ShowInstance($showInstanceId);
|
||||
$show->clearShow();
|
||||
$show->deleteShow();
|
||||
// send 'cancel-current-show' command to pypo
|
||||
RabbitMq::SendMessageToPypo("cancel_current_show", array());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue