From 788cf6b33d16f7a577ec8217aca708f18d6cffb9 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sat, 19 Oct 2019 22:45:48 +0100 Subject: [PATCH] [4.0] Remove featured action from featured view This PR removes the "feature" link from the actions dropdown in the "featured articles" view as it is never possible in this view to feature aan article --- .../components/com_content/View/Featured/HtmlView.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/administrator/components/com_content/View/Featured/HtmlView.php b/administrator/components/com_content/View/Featured/HtmlView.php index fefe976b1cb34..3f335dca4de65 100644 --- a/administrator/components/com_content/View/Featured/HtmlView.php +++ b/administrator/components/com_content/View/Featured/HtmlView.php @@ -186,10 +186,6 @@ protected function addToolbar() if ($canDo->get('core.edit.state')) { - $childBar->standardButton('featured') - ->text('JFEATURE') - ->task('articles.featured') - ->listCheck(true); $childBar->standardButton('unfeatured') ->text('JUNFEATURE') ->task('articles.unfeatured')