[4.2] fix shortcut Home Dashboard#38632
Conversation
|
Hard for me to test as I cant replicate the problem but the changes make sense |
@brianteeman just go to https://yourdomain.tld/administrator/index.php?option=com_content&view=article and press J+X |
|
I have tested this item ✅ successfully on 40a7220 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38632. |
In 4.2.1-rc2 ? |
|
|
I always test on the absolute latest - so the last commit in my install is #38567 |
|
Very strange - the string is translated without PR, edit: after upgrade, not fresh installation |
|
I was able to reproduce it and will validate this tomorrow. |
small video |
|
Bingo - I can now replicate this with your instructions. The problem exists on any emptystate page. I think it would be better to find out why that happens than to change the string. This might end up just being a band aid to a bigger problem |
|
very weird I now see the problem on every page |
|
I have tested this item ✅ successfully on 40a7220 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38632. |
|
Thank you |
|
Thanks @roland-d |







Summary of Changes
The string JHOMEDASHBOARD="Home Dashboard" was added and the call in shortcut.php was adjusted.
Testing Instructions
Move to different views in the backend and press the key combination J+X.
Actual result BEFORE applying this Pull Request
J+D is only translated if com_cpanel.ini is also loaded. However, this is not always the case in the backend.
J+X displays the correct value "Home Dashboard" for J+D when calling /administrator/index.php.
For example, when calling /administrator/index.php?option=com_content&view=article, it will not be translated.
Expected result AFTER applying this Pull Request
J+D is always translated.
Documentation Changes Required
.