Wrong action for exposed filters
jseffel - August 21, 2009 - 10:59
| Project: | Image Browser |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
If you expose filters in the view the form will redirect you to the start page when you hit the "Submit" button. This patch sets the correct action for the form.
File affected: js/imagebrowser.js
(Sidenote: Why not add the FCK-plugin to the downloadable package?)
| Attachment | Size |
|---|---|
| imagebrowser_js.patch | 507 bytes |

#1
#2
IBv2 doesn't really support exposed filters, which is why I'm holding off from applying this patch. Discussion about them here: #556920: No filters in 2.x?. We can revisit this once a decision has been made.
#3
This is wrong anyway, you should set the action through the Views API, not through javascript manipulating the form action.