* Fix bug #43476.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user