When I create a new administrator menu and make changes - the quicklink (+) icon disappears on:
It was fixed for articles in 27885.
Youtube Steps (Fresh Install):
https://youtu.be/tAVDoDrv-Vk
Issue 2
Export your menu, and its missing:
If you add quicktask via MYSQL - the quicktask is missing on export.
####Expected result
<menuitem
title="MOD_MENU_EXTENSIONS_MODULE_MANAGER_SITE"
quicktask-title="COM_CONTENT_MENUS_NEW_SITE_MODULE"
type="component"
element="com_modules"
link="index.php?option=com_modules&view=modules&client_id=0"
quicktask="index.php?option=com_modules&view=select&client_id=0"
/>
<menuitem
type="component"
title="MOD_MENU_EXTENSIONS_MODULE_MANAGER_SITE"
link="index.php?option=com_modules&view=modules&client_id=0"
element="com_modules" class=" "/>
Joomla 4.4.3
Could the system URL link include the quicktask info?
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Bug confirmed.
Basically only a few of the admin menu items have the option to "show the new button". The others get it directly from the install sql. As a result as soon as you saved the module you lost the paramater.
Working on a fix