This commit is contained in:
liumengyi
2024-01-09 11:13:31 +08:00
parent 4384bdd2a1
commit 4fbd05974a
+1 -1
View File
@@ -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();