joomla-cms
joomla-cms copied to clipboard
[4.4] Fix cancel frontend module editing redirection
Pull Request for Issue #42862.
Summary of Changes
Currently, if you edit a module from frontend of your site and decide to cancel editing, you will always be redirected to homepage instead of to the page which you clicked on Edit button. This PR fixes that wrong behavior
Testing Instructions
- Use Joomla 4.4
- Login to frontend of your site using a super user account
- Access to certain page (not homepage) and try to click on edit button to edit certain module
- On edit screen, click on Cancel button to cancel editing
Actual result BEFORE applying this Pull Request
You are being redirected to homepage of your site
Expected result AFTER applying this Pull Request
You are being redirected to original page which you clicked on Edit button to start editing.
Link to documentations
Please select:
- [x] No documentation changes for docs.joomla.org needed
- [x] No documentation changes for manual.joomla.org needed
I have tested this item :white_check_mark: successfully on 88cbca23f537e3bea461886ed315c7a09135e9e6
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42870.
I have tested this item :white_check_mark: successfully on 583c3764100344a6d9e664d2b6534c10538bc0b3
good work
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42870.
I have tested this item :white_check_mark: successfully on 583c3764100344a6d9e664d2b6534c10538bc0b3
On J 5.1 remotely it works
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42870.
RTC
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42870.
Thanks!