diff --git a/module/custom/control.php b/module/custom/control.php index 50f53ec33d..eaf8bf5989 100644 --- a/module/custom/control.php +++ b/module/custom/control.php @@ -364,7 +364,7 @@ class custom extends control if($mode == 'light') $this->custom->processProjectAcl(); if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError())); - return $this->sendSuccess(array('callback' => 'parent.loadCurrentPage()', 'closeModel' => true)); + return $this->sendSuccess(array('callback' => '$.apps.updateAppsMenu(true);loadCurrentPage();', 'closeModel' => true)); } list($disabledFeatures, $enabledScrumFeatures, $disabledScrumFeatures) = $this->custom->computeFeatures();