Install joomla and then install the sample data
Menus are created with unique alias that are lowercase and do NOT include spaces eg author-menu
Menus are created without any changes eg Author Menu
This results in menu links in the administrator that are invalid markup because they have a space in the href
Tested in J4 but probably the same problem in J3
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | com_installer |
Works for me in Chrome and Edge both in J3 and J4.
May that be related to the browser how the link is handled?
The line that would need to be changed is
joomla-cms/plugins/sampledata/blog/blog.php
Line 339 in 39ab4f8
ApplicationHelper::stringURLSafe($type);
to the mix probably solves the issue.
There are two issues.
A link with a space in it is invalid html. It might work as a link but assistive technology may not understand it.
As shown in the video the value changes when you save
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-11 19:02:47 |
Closed_By | ⇒ | Bakual |
You mean the "Menu Type"? I don't see an alias for the menu itself. In J3 they seem to work fine, or I miss where it breaks.