* [task#144215] move the processFilterTitle function from ext to pms.

This commit is contained in:
wangzemei
2025-05-28 13:52:07 +08:00
parent 2237cb48d6
commit 7e50d77a00
+11
View File
@@ -2116,6 +2116,17 @@ class taskZen extends task
}
return $parents;
}
/**
* 处理过滤条件显示内容。
* Process filter title.
*
* @param int $executionID
* @param string $browseType
* @param int $param
* @access public
* @return string
*/
public function processFilterTitle(int $executionID, string $browseType, int $param): string
{
if($browseType != 'bysearch' && $browseType != 'bymodule')