From c9ac87c359bde4c23e4a1bda82c319278bde0470 Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Tue, 14 Nov 2023 23:27:05 +0100 Subject: [PATCH] Also remove global operations in bundles (see #6530) Description ----------- Forgot to adjust bundles in https://github.com/contao/contao/pull/6528 Commits ------- eba6e349 Also remove global operations in bundles --- contao/dca/tl_newsletter.php | 9 --------- contao/dca/tl_newsletter_channel.php | 9 --------- contao/dca/tl_newsletter_recipients.php | 7 +------ 3 files changed, 1 insertion(+), 24 deletions(-) diff --git a/contao/dca/tl_newsletter.php b/contao/dca/tl_newsletter.php index 2a6049ef3..9efb42c96 100644 --- a/contao/dca/tl_newsletter.php +++ b/contao/dca/tl_newsletter.php @@ -59,15 +59,6 @@ 'child_record_callback' => array('tl_newsletter', 'listNewsletters'), 'renderAsGrid' => true ), - 'global_operations' => array - ( - 'all' => array - ( - 'href' => 'act=select', - 'class' => 'header_edit_all', - 'attributes' => 'onclick="Backend.getScrollOffset()" accesskey="e"' - ) - ), 'operations' => array ( 'edit' => array diff --git a/contao/dca/tl_newsletter_channel.php b/contao/dca/tl_newsletter_channel.php index 7dc48f865..185983802 100644 --- a/contao/dca/tl_newsletter_channel.php +++ b/contao/dca/tl_newsletter_channel.php @@ -70,15 +70,6 @@ 'fields' => array('title'), 'format' => '%s' ), - 'global_operations' => array - ( - 'all' => array - ( - 'href' => 'act=select', - 'class' => 'header_edit_all', - 'attributes' => 'onclick="Backend.getScrollOffset()" accesskey="e"' - ) - ), 'operations' => array ( 'edit' => array diff --git a/contao/dca/tl_newsletter_recipients.php b/contao/dca/tl_newsletter_recipients.php index a3c01e09b..1b70ee608 100644 --- a/contao/dca/tl_newsletter_recipients.php +++ b/contao/dca/tl_newsletter_recipients.php @@ -69,12 +69,7 @@ 'class' => 'header_css_import', 'attributes' => 'onclick="Backend.getScrollOffset()"' ), - 'all' => array - ( - 'href' => 'act=select', - 'class' => 'header_edit_all', - 'attributes' => 'onclick="Backend.getScrollOffset()" accesskey="e"' - ) + 'all' ), 'operations' => array (