User tests: Successful: Unsuccessful:
Pull Request for Issue #46212.
removed featured article menu item
go to Content > Artciles
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.
no more featured article menu item
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
| Status | New | ⇒ | Pending |
| Category | ⇒ | Repository Administration com_admin SQL |
| Title |
|
||||||
| Category | Repository Administration com_admin SQL | ⇒ | Administration com_content com_menus |
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
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
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".
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
| Labels |
Added:
Feature
PR-6.0-dev
|
||
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!
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>
I have tested this item ✅ successfully on 0fe1eb0
Tested with JBT
| Status | Pending | ⇒ | Ready to Commit |
RTC
This is flagged as a feature so surely it cant be for 6.0
| Title |
|
||||||
Flagged as feature, moved to 6.1.
| Labels |
Added:
RTC
PR-6.1-dev
Removed: PR-6.0-dev |
||
the system test failure is unrelated to the pr