Skip to content

Commit 7202543

Browse files
authored
[4.x] Fix com_content batch modal button logic (joomla#43651)
* Fix com_content articles batch modal button logic * remove check completly ---------
1 parent 936d1ee commit 7202543

File tree

1 file changed

+0
-1
lines changed
  • administrator/components/com_content/src/View/Articles

1 file changed

+0
-1
lines changed

administrator/components/com_content/src/View/Articles/HtmlView.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ protected function addToolbar()
234234
if (
235235
$user->authorise('core.create', 'com_content')
236236
&& $user->authorise('core.edit', 'com_content')
237-
&& $user->authorise('core.execute.transition', 'com_content')
238237
) {
239238
$childBar->popupButton('batch', 'JTOOLBAR_BATCH')
240239
->selector('collapseModal')

0 commit comments

Comments
 (0)