Posted by joachim on September 9, 2011 at 3:17pm
2 followers
Jump to:
| Project: | Custom Search |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The 'Default search' setting provided by this module within the admin/settings/search page doesn't work if Custom Search module is also enabled.
This is because custom search adds its own submit handler, custom_search_submit() which overrides the redirect set in search_config_form_submit().
Comments
#1
These should be added to, not overridden, so moving queues. This is likely to be a non-issue a year latter, but just in case....