Merge branch 'master' of https://gitlab.zcorp.cc/easycorp/zentaopms
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user