User tests: Successful: Unsuccessful:
Try creating a new Menu (Menu type)
Error is Class 'Joomla\CMS\Table\JApplicationHelper' not found
Patch and retest
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I have tested this item
The issue is also present in other files.
I found by Grep quite a few places where we have
JApplicationHelper::
and no alias or direct class.
It may be a good idea to solve all together and I would close this.
@infograf768 I made PR #16615 as requested
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-11 11:56:41 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
It would be better if we can use the class directly instead of an aliased class. So;
Then change the line you changed to just;
$this->menutype = ApplicationHelper::stringURLSafe($this->menutype);