From af3b1c4fed881e6e71635f00346ff3c8e44c7c4e Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 15 Aug 2024 08:53:30 +0000 Subject: [PATCH] * [bug#53809,done,0.2h] fix bug. --- module/doc/control.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/doc/control.php b/module/doc/control.php index fc0e0c0dad..12fdbcb4bb 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -469,6 +469,9 @@ class doc extends control $this->view->objectDropdown = $objectDropdown; $this->view->moduleID = $moduleID; $this->view->spaceType = $objectType; + $this->view->productID = $doc->product; + $this->view->projectID = $doc->project; + $this->view->executionID = $doc->execution; $this->view->linkParams = "objectID={$objectID}&%s&browseType=&orderBy=status,id_desc¶m=0"; $this->view->otherEditing = $this->doc->checkOtherEditing($docID); $this->display();