Merge branch 'zhouxin_feedback_1807' into 'master'
* Resolve feedback #1807. See merge request easycorp/zentaopms!6612
This commit is contained in:
@@ -2857,7 +2857,7 @@ EOT;
|
||||
}
|
||||
|
||||
$tab = strpos(',doc,product,project,execution,', ",{$this->app->tab},") !== false ? $this->app->tab : 'doc';
|
||||
if($tab != 'doc') $this->loadModel($tab)->setMenu($objectID);
|
||||
if($tab != 'doc') $this->loadModel($type)->setMenu($objectID);
|
||||
|
||||
$this->lang->TRActions = $this->buildCollectButton4Doc();
|
||||
$this->lang->TRActions .= $this->buildCreateButton4Doc($type, $objectID, $libID);
|
||||
|
||||
Reference in New Issue
Block a user