Feature RTC PR-6.1-dev Pending

User tests: Successful: Unsuccessful:

avatar alikon
alikon
4 Oct 2025

Pull Request for Issue #46212.

Summary of Changes

removed featured article menu item

Testing Instructions

go to Content > Artciles

Actual result BEFORE applying this Pull Request

When you go to Content > Featured articles all (if any) featured articles are shown.
If you then go to Content > Articles only featured articles are shown, since the filter for Featured articles is still active. If you clear the filteroptions no articles are shown.

Expected result AFTER applying this Pull Request

no more featured article menu item

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar alikon alikon - open - 4 Oct 2025
avatar alikon alikon - change - 4 Oct 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 4 Oct 2025
Category Repository Administration com_admin SQL
avatar alikon alikon - change - 4 Oct 2025
Title
remove featured article menu item
[6.0] remove featured article menu item
avatar alikon alikon - edited - 4 Oct 2025
avatar joomla-cms-bot joomla-cms-bot - change - 4 Oct 2025
Category Repository Administration com_admin SQL Administration com_content com_menus
avatar alikon alikon - change - 4 Oct 2025
The description was changed
avatar alikon alikon - edited - 4 Oct 2025
avatar alikon
alikon - comment - 4 Oct 2025

the system test failure is unrelated to the pr

image
avatar brianteeman
brianteeman - comment - 4 Oct 2025

I am not convinced that removing the menu item is the correct solution. Also what happens to sites that have a custom admin menu for featured articles when they upgrade to this release

avatar alikon
alikon - comment - 4 Oct 2025

what happens to sites that have a custom admin menu for featured articles when they upgrade to this release

the featured article menu item is removed as well

avatar chmst
chmst - comment - 4 Oct 2025

This was discussed when the integration of featured into articles was made as PR.
I would like to remove the menu item, but opinions were "keep it, then we must not explain".

avatar brianteeman
brianteeman - comment - 4 Oct 2025

what happens to sites that have a custom admin menu for featured articles when they upgrade to this release

the featured article menu item is removed as well

From an existing custom menu? I doubt that

avatar alikon alikon - change - 12 Oct 2025
Labels Added: Feature PR-6.0-dev
avatar ceford ceford - test_item - 4 Nov 2025 - Tested successfully
avatar ceford
ceford - comment - 4 Nov 2025

I have tested this item ✅ successfully on 0fe1eb0

The Featured menu item disappears. So it works if accepted.

During this test I edited a featured article to add a Read More break. On saving I got this error:

Unknown column 'is_current' in 'field list'

I reproduced it once but after I could not reproduce it at all, so I could not copy the stack trace. Curious!


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46225.

So I did some other tests and then came back to move the Read More break in my featured article. On Save this error was triggered:

<h1>An error has occurred.</h1>
<blockquote class="blockquote">
<span class="badge bg-secondary">1054</span>
Unknown column 'is_current' in 'field list'
</blockquote>
<div>
<h2 id="caption">Call Stack</h2>

# | Function | Location
-- | -- | --
1 | () | JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:138
2 | mysqli->prepare() | JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:138
3 | Joomla\Database\Mysqli\MysqliStatement->__construct() | JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:972
4 | Joomla\Database\Mysqli\MysqliDriver->prepareStatement() | JROOT/libraries/vendor/joomla/database/src/DatabaseDriver.php:1753
5 | Joomla\Database\DatabaseDriver->setQuery() | JROOT/libraries/src/Versioning/VersionableModelTrait.php:466
6 | Joomla\Component\Content\Administrator\Model\ArticleModel->markVersionAsCurrent() | JROOT/libraries/src/Versioning/VersionableModelTrait.php:442
7 | Joomla\Component\Content\Administrator\Model\ArticleModel->storeHistory() | JROOT/libraries/src/Versioning/VersionableModelTrait.php:331
8 | Joomla\Component\Content\Administrator\Model\ArticleModel->saveHistory() | JROOT/libraries/src/MVC/Model/AdminModel.php:1470
9 | Joomla\CMS\MVC\Model\AdminModel->save() | JROOT/administrator/components/com_content/src/Model/ArticleModel.php:792
10 | Joomla\Component\Content\Administrator\Model\ArticleModel->save() | JROOT/libraries/src/MVC/Controller/FormController.php:689
11 | Joomla\CMS\MVC\Controller\FormController->save() | JROOT/libraries/src/MVC/Controller/BaseController.php:730
12 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143
13 | Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch() | JROOT/libraries/src/Component/ComponentHelper.php:361
14 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/AdministratorApplication.php:150
15 | Joomla\CMS\Application\AdministratorApplication->dispatch() | JROOT/libraries/src/Application/AdministratorApplication.php:205
16 | Joomla\CMS\Application\AdministratorApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:320
17 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/administrator/includes/app.php:58
18 | require_once() | JROOT/administrator/index.php:32

</div>
avatar muhme muhme - test_item - 21 Nov 2025 - Tested successfully
avatar muhme
muhme - comment - 21 Nov 2025

I have tested this item ✅ successfully on 0fe1eb0

Tested with JBT


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46225.

avatar richard67 richard67 - change - 22 Nov 2025
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 22 Nov 2025

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46225.

avatar brianteeman
brianteeman - comment - 26 Nov 2025

This is flagged as a feature so surely it cant be for 6.0

avatar Bodge-IT Bodge-IT - change - 1 Dec 2025
Title
[6.0] remove featured article menu item
[6.1] remove featured article menu item
avatar Bodge-IT Bodge-IT - edited - 1 Dec 2025
avatar Bodge-IT
Bodge-IT - comment - 1 Dec 2025

Flagged as feature, moved to 6.1.

avatar richard67 richard67 - change - 20 Dec 2025
Labels Added: RTC PR-6.1-dev
Removed: PR-6.0-dev

Add a Comment

Login with GitHub to post a comment