* code for task #91388.

This commit is contained in:
wangyidong
2023-04-18 13:05:14 +08:00
parent d96a77e314
commit 0d31625643
17 changed files with 288 additions and 39 deletions
+2 -1
View File
@@ -1148,7 +1148,8 @@ class blockModel extends model
*/
public function getProjectDocParams()
{
return false;
$params = $this->appendCountParams();
return json_encode($params);
}
/**