This commit is contained in:
tianshujie98
2021-08-04 09:16:01 +08:00
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ class buildModel extends model
* @param int $productID
* @param int $branch
* @param string $params noempty|notrunk, can be a set of them
* @param int $buildIDList
* @param string $buildIDList
* @access public
* @return array
*/
-2
View File
@@ -2300,8 +2300,6 @@ EOT;
if(empty($object)) die(js::locate(helper::createLink($type, 'create')));
}
if(!$libID) $libID = key($libs);
$openApp = strpos('doc,product,project,execution', $this->app->openApp) !== false ? $this->app->openApp : 'doc';
if($openApp != 'doc') $this->loadModel($openApp)->setMenu($objectID);