From 264766a934bf02aa1ad80c548bd99a07138d6d68 Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Wed, 25 Sep 2024 15:12:41 +0200 Subject: [PATCH] Fix edit, override, copy buttons at edit multiple items --- .../ActionHandler/AbstractListShowAllHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Contao/View/Contao2BackendView/ActionHandler/AbstractListShowAllHandler.php b/src/Contao/View/Contao2BackendView/ActionHandler/AbstractListShowAllHandler.php index ccf84aaf..7b05e2fd 100644 --- a/src/Contao/View/Contao2BackendView/ActionHandler/AbstractListShowAllHandler.php +++ b/src/Contao/View/Contao2BackendView/ActionHandler/AbstractListShowAllHandler.php @@ -446,7 +446,7 @@ protected function renderTemplate(ContaoBackendViewTemplate $template, Environme $showColumn = $this->getViewSection($definition)->getListingConfig()->getShowColumns(); // Fixup form action for edit multiple selection screens. - $action = StringUtil::ampersand(Environment::get('request')); + $action = '/' . StringUtil::ampersand(Environment::get('request')); if ( // ('tl_select' === $provider->getValue('FORM_SUBMIT')) // && (null !== $provider->getValue('edit'))