panopoly_search_form_alter implements a submit handler and it completely tanks all other submit handlers. I guess I could work around this by having a larger module weight then panopoly. But that gets messy.
Problem:
Cannot create a new submit handler on site search.
Resolution:
Append panopoly search handler to the submit array instead of creating new.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | alter-search-submit-handler-2485081-1.patch | 605 bytes | dobe |
Comments
Comment #1
dobe commentedComment #2
lsolesen commentedComment #3
dsnopekGood catch, thanks! Patch works for me, so committed. :-)