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).

CommentFileSizeAuthor
#1 358787_signup_embed_view_path.1.patch1.69 KBdww

Comments

dww’s picture

Status: Active » Needs review
StatusFileSize
new1.69 KB

To 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).

dww’s picture

Status: Needs review » Fixed

This definitely works and causes no new problems. Committed to HEAD and DRUPAL-6--1.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.