If you add an exposed filter to any of the views embedded by signup (the user list now, and the admin list as soon as #352328: Replace (optionally?) node/N/signups/admin with a views bulk operations view? lands), the filter is completely broken since the view doesn't know its own path. Luckily, merlinofchaos already thought of this, and if you specify $view->override_path = 'some path' on the view object before you embed it, it should all Just Work(tm).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 358787_signup_embed_view_path.1.patch | 1.69 KB | dww |
Comments
Comment #1
dwwTo test this, just add any exposed filter to either of the views you can now embed with signup (node/N/signups/list and node/N/signups/admin).
Comment #2
dwwThis definitely works and causes no new problems. Committed to HEAD and DRUPAL-6--1.