From 7e50d77a00c3c4e003d1a47f29fedd32e5d23977 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Wed, 28 May 2025 13:52:07 +0800 Subject: [PATCH] * [task#144215] move the processFilterTitle function from ext to pms. --- module/task/zen.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/module/task/zen.php b/module/task/zen.php index 7959a9547f..ef7186a878 100644 --- a/module/task/zen.php +++ b/module/task/zen.php @@ -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')