* Adjust code.

This commit is contained in:
liuhong
2023-05-05 15:53:03 +08:00
parent 9388f253be
commit c5798f8801
+1 -1
View File
@@ -1963,7 +1963,7 @@ class project extends control
/* Update linked products. */
$errorTips = $this->projectZen->mergeProducts($projectID, $project, $executionIDs, $postData);
if(!empty($errorTips) return $this->send($errorTips);
if(!empty($errorTips)) return $this->send($errorTips);
$locateLink = inLink('manageProducts', "projectID=$projectID");
if($from == 'program') $locateLink = $this->session->projectList;