Merge branch dev/bug-63029 of zentao/zentaopms (#9056)
This commit is contained in:
@@ -187,6 +187,7 @@ class doc extends control
|
||||
$this->view->title = sprintf($this->lang->doc->insertTitle, $this->lang->docTemplate->zentaoList[$type]);
|
||||
$this->view->searchTab = zget($blockData->content, 'searchTab', '');
|
||||
$this->view->isSetted = isset($blockData->content->data) && isset($blockData->content->cols) || isset($blockData->content->ganttOptions);
|
||||
if($type == 'productCase' || $type == 'projectCase') $this->view->caseStage = $blockData->content->caseStage;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user