User tests: Successful: Unsuccessful:
Pull Request for Issue #42596 .
If you try to uninstall an extension that is a package you can't and get a message doesnt indicate what package.
This pr adds a new variable to the string so that there is now a direct link to the package
Because of our semver rules on language strings this is made against j5.1
Install any package extension eg a language
Go to System => Manage => Extensions
Filter for languages and then try to uninstall one
The < named > extension is part of a [ package ] which does not allow individual extensions to be uninstalled.
The < named > extension is part of a [ package ]( index.php?option=com_installer&view=manage&filter[search]=id:XX) which does not allow individual extensions to be uninstalled.
The link will directly open the package so it can be selected and uninstalled.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings Libraries |
Labels |
Added:
Language Change
PR-5.1-dev
|
I have tested this item ✅ successfully on b0a0162
I have tested this item ✅ successfully on b0a0162
Thanks @brianteeman
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-01-07 15:45:51 |
Closed_By | ⇒ | Razzo1987 |
Thanks!
After click on direct link in the message:
After click on search-button the package is shown and can be uninstalled.