From 0efafef7319c3e49d5bd27b424277dda6e9ab5ef Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 12 Dec 2025 10:10:09 +0800 Subject: [PATCH] * [bug#67661,doing,0.1h] add param for batch edit. --- module/my/ui/feedback.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/ui/feedback.html.php b/module/my/ui/feedback.html.php index efe23ab884..efbb6883c1 100644 --- a/module/my/ui/feedback.html.php +++ b/module/my/ui/feedback.html.php @@ -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) {