User tests: Successful: Unsuccessful:
Pull Request for Issue #44432 .
Changed back function to use $text instead of 'back'
$toolbar = Toolbar::getInstance(); $toolbar->back('foobar');
<a href="javascript:history.back();">back</a>
<a href="javascript:history.back();">foobar</a>
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 | ⇒ | Libraries |
Labels |
Added:
bug
PR-5.2-dev
|
@pAnd0rASBG Can you give more instructions how to test?
e.g. in /administrator/components/com_banners/src/View/Clients/HtmlView.php after Line 131 $toolbar->addNew('client.add');
, add $toolbar->back('foobar');
Then go to Components > Banners > Clients in backend.
I have tested this item ✅ successfully on 8a9c3d6
@pAnd0rASBG Thanks for help to test.
I have tested this item ✅ successfully on 8a9c3d6
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-12-02 14:42:04 |
Closed_By | ⇒ | pe7er | |
Labels |
Added:
RTC
|
Thanks @pAnd0rASBG !
@pAnd0rASBG Can you give more instructions how to test?