In Joomla 4 admin create a new module (any type)
On the right search the position to be "sidebar", and select Sidebar-right [sidebar-right]
Click save
The position display value to still be Sidebar-right [sidebar-right]
sidebar-right
(But note that Sidebar-right [sidebar-right]
is still an option in the dropdown, the bug is purely the default visual value on page load)
Safar on Mac
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-06-22 07:30:32 |
Closed_By | ⇒ | PhilETaylor |
So a won’t fix. Ok
The main problem is that "Sidebar-Right" could be a translated string coming from a template language sys.ini file.
If you have 2 templates and both have a position
sidebar-right
and one is translating the position label asMy nice sidebar right
and the other is translating it asMy ugly sidebar right
which one should be displayed?The same behavior like in Joomla 3.
Compare:
https://github.com/joomla/joomla-cms/blob/staging/templates/protostar/language/en-GB/en-GB.tpl_protostar.sys.ini#L18
https://github.com/joomla/joomla-cms/blob/staging/templates/beez3/language/en-GB/en-GB.tpl_beez3.sys.ini#L17