CC-3174 : showbuilder
replacing context menus on calendar screen.
This commit is contained in:
parent
4691799326
commit
fdd962f5ce
8 changed files with 103 additions and 815 deletions
|
@ -223,6 +223,8 @@ class Application_Model_Scheduler {
|
|||
$this->insertAfter($scheduleItems, $schedFiles, $adjustSched);
|
||||
|
||||
$this->con->commit();
|
||||
|
||||
Application_Model_RabbitMq::PushSchedule();
|
||||
}
|
||||
catch (Exception $e) {
|
||||
$this->con->rollback();
|
||||
|
@ -277,6 +279,8 @@ class Application_Model_Scheduler {
|
|||
$this->insertAfter($afterItem, array($data), $adjustSched);
|
||||
|
||||
$this->con->commit();
|
||||
|
||||
Application_Model_RabbitMq::PushSchedule();
|
||||
}
|
||||
catch (Exception $e) {
|
||||
$this->con->rollback();
|
||||
|
@ -310,6 +314,8 @@ class Application_Model_Scheduler {
|
|||
}
|
||||
|
||||
$this->con->commit();
|
||||
|
||||
Application_Model_RabbitMq::PushSchedule();
|
||||
}
|
||||
catch (Exception $e) {
|
||||
$this->con->rollback();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue