We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1553399 commit b37e3c4Copy full SHA for b37e3c4
administrator/components/com_users/src/View/Notes/HtmlView.php
@@ -156,7 +156,7 @@ protected function addToolbar()
156
$childBar->checkin('notes.checkin')->listCheck(true);
157
}
158
159
- if ($canDo->get('core.edit.state') && $this->state->get('filter.published') != -2)
+ if ($this->state->get('filter.published') != -2 && $canDo->get('core.edit.state'))
160
{
161
$childBar->trash('notes.trash');
162
0 commit comments