Skip to content

Commit

Permalink
Also remove global operations in bundles (see #6530)
Browse files Browse the repository at this point in the history
Description
-----------

Forgot to adjust bundles in contao/contao#6528

Commits
-------

eba6e349 Also remove global operations in bundles
  • Loading branch information
aschempp committed Nov 14, 2023
1 parent 25ae14f commit c9ac87c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
9 changes: 0 additions & 9 deletions contao/dca/tl_newsletter.php
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions contao/dca/tl_newsletter_channel.php
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions contao/dca/tl_newsletter_recipients.php
Expand Up @@ -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
(
Expand Down

0 comments on commit c9ac87c

Please sign in to comment.