CC-3174 : showbuilder

replacing context menus on calendar screen.
This commit is contained in:
Naomi Aro 2012-02-09 21:19:21 +01:00
parent 4691799326
commit fdd962f5ce
8 changed files with 103 additions and 815 deletions

View file

@ -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();