User tests: Successful: Unsuccessful:
Currently, a custom admin menu can't have a quicktask icon like used in the default menu.
This adds this feature to the custom menuitem "List All Articles".
After applying this PR, you'll see a new tab "Options" with a new parameter
This PR also simplyfies the code related to the quicktask a bit as we don't need two parameters menu-quicktask
and menu-quicktask-link
. I've merged that into one switcher parameter which when enabled holds the quicktask link directly.
I've also removed the quicktask parameter from the categories menuitem. First reason is that it didn't work to begin with, second one is that the link was hardcoded to com_content, but the menuitem allows to select the "category scope". So even if I fixed the parameter in the XML, it still wouldn't work as expected. So I removed it.
Create a custom admin menu and add a "List All Articles" menuitem to it.
Check options and how the menuitem appears.
An option to show/hide the "Add New" button
Depending on setting, the "Add New" button appears
No way of using that feature in the custom menu.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_categories com_content com_menus Modules |
Labels |
Added:
?
|
oops - commented on wrong issue
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-12 08:20:58 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
I have tested this item✅ successfully on 2c2d30a
Before applying the patch it was not possible to add the + symbol to add a new article. After applying the patch the option showed up in the menu item and the + is shown if activated or hidden when not activated.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27885.