Skip to content

Commit

Permalink
Fix edit, override, copy buttons at edit multiple items
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Sep 25, 2024
1 parent 7f17920 commit 264766a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 264766a

Please sign in to comment.