User tests: Successful: Unsuccessful:
Simple PR to improve the disable redirect system plugin message in com_redirect.
Before (message is an error and the link is to the plugin list with harcoded text search)
After (message is a warning and the link is now to edit the redirect system plugin)
Code review, or:
1. Use latest staging
2. Disable redirect systme plugin
3. Go to Components -> Redirect and check the error message. Click the link, you'll be redirected to the plugin manager list view with a search.
4. Apply patch
5. Go to Components -> Redirect and check the warning message. Click the link, you'll be redirected to directly edit the redirect plugin.
Status | New | ⇒ | Pending |
Labels |
Added:
?
?
|
what is the benefit of the code change to stop it being a hard link in the language file?
IMO you shouldn't depend on the translate for the links to be correct.
We have ids for the extensions, so we should use it.
And presumably if accepted you will be doing the same for other hard coded links in language strings.
right
Category | ⇒ | Language & Strings Templates (admin) |
Labels |
I have tested this item
I have tested this item
Indeed, we should manage to use non hardcoded links when possible in language strings.
Status | Pending | ⇒ | Ready to Commit |
RTC. Thanks.
Labels |
Added:
?
|
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-06-01 19:15:03 |
Closed_By | ⇒ | roland-d |
Thanks everybody
Labels |
Removed:
?
|
Other than the obvious change from an error to a warning what is the benefit of the code change to stop it being a hard link in the language file? And presumably if accepted you will be doing the same for other hard coded links in language strings.