User tests: Successful: Unsuccessful:
Pull Request resolves # .
The CacheModel class in com_cache still uses some deprecated method to create cache controller. This PRs update code in that model to remove the usages of these deprecated code. I also simplied the code getCache method abit, reduce the options passed because they have same value with default cache options
Works, but use deprecated code
Works, without using deprecated code
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_cache |
| Labels |
Added:
PR-6.2-dev
|
||
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-06-18 06:54:30 |
| Closed_By | ⇒ | laoneo | |
| Labels |
Added:
Architecture
|
||
Works as expected, thanks!