Merge branch dev/bug-63668 of zentao/zentaopms (#9943)

This commit is contained in:
刘刚
2025-06-26 10:45:14 +08:00
committed by Gitfox
+2
View File
@@ -253,6 +253,8 @@ class doc extends control
$blockData = $this->doc->getZentaoList($blockID);
if(!$blockData) return $this->lang->notFound;
if(!helper::isAjaxRequest('fetch')) return $this->locate(inlink('zentaoList', "type={$blockData->type}&blockID={$blockID}"));
if(empty($blockData->title))
{
if($blockData->extra == 'fromTemplate')