This simple PR fixes wrong redirect URL issue when users click on Close button on component configuration screen. See #32128 for detailed issue description.
Testing Instructions
Login to administrator area of your site.
Access to Components -> Contacts -> Categories
Click on Options button in the toolbar
On the next screen, click on Close button:
Before patch: You are being redirected back to contacts list - which is wrong (index.php?option=com_contact)
After patch: You are being redirected back to the original page which you click on Options button (index.php?option=com_categories&view=categories&extension=com_contact)
I have tested this item✅ successfully on f13e032
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32330.