Merge branch release/21.7.8 of zentao/zentaopms (#12810)

This commit is contained in:
刘刚
2025-12-12 10:42:16 +08:00
committed by Gitfox
+1 -1
View File
@@ -52,7 +52,7 @@ if($canBatchAction)
$footToolbar['items'] = array();
if($canBatchEdit)
{
$footToolbar['items'][] = array('text' => $lang->edit, 'className' => 'primary batch-btn not-open-url', 'data-url' => createLink('feedback', 'batchEdit', "browseType=$type"));
$footToolbar['items'][] = array('text' => $lang->edit, 'className' => 'primary batch-btn not-open-url', 'data-url' => createLink('feedback', 'batchEdit', "browseType=$type&from={$app->rawMethod}"));
}
if($canBatchClose)
{