From 1eb45527c7276543e938ffc9d24ac8aff113fe2c Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Tue, 6 Apr 2021 10:23:28 +0800 Subject: [PATCH] * Fix bug #11807. --- module/project/control.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/project/control.php b/module/project/control.php index 3e8498de52..8e9038724f 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -277,6 +277,10 @@ class project extends control { $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('program', 'browse'))); } + elseif($this->app->openApp == 'doc') + { + $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('doc', 'objectLibs', 'type=project'))); + } else { if($model == 'waterfall')