Joomla version 3.7.5
Frontend or backend, in article editor select Menu to insert a menu link, search for a menu item in the modal and select any menu item.
Should write a link for the menu item at the cursor in the article window
Does nothing. If you look at admin-items-modal.min.js this condition evaluates to true because Joomla.getOptions('xtd-menus') is undefined following a search:
if (!Joomla.getOptions('xtd-menus')) {
// Something went wrong!
window.parent.jModalClose();
return false;
}
Note, if you do not search for a menu item and select from the list of available items it works as expected. Therefore you can work around the problem by searching for the desired menu item, select said item, the modal will close, re-open the modal, your search query is retained and you can now choose the desired element.
Joomla version 3.7.5
running on linux shared hosting
my first defect submission, my apologies if I'm lacking any necessary info
Status | New | ⇒ | Information Required |
Issue confirmed on staging.
As soon as Search is used in the modal, the link to the menu item selected is NOT entered in the text field. One has to reload the modal to be able to enter the link.
Priority | Low | ⇒ | Medium |
Status | Information Required | ⇒ | Confirmed |
Build | 3.7.5 | ⇒ | staging |
Closed bas we have a pr for testing
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-10-17 20:35:39 |
Closed_By | ⇒ | brianteeman |
Please update on latest Version and test using Core-Template without 3rd-Party-Components and Plug-Ins if this Issues is same.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18340.