From 4fbd05974a2cd61882493febfea77aa29e00c22d Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 9 Jan 2024 11:13:31 +0800 Subject: [PATCH] * Fix bug #43476. --- module/custom/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();