There is an issue when a module implements hook_views_embed_form() that returns an array with > 1 element. In function views_handler_field_views_embed_form->render() only the first element is checked. The attached context sensitive patch fixes this.

CommentFileSizeAuthor
views_embed_form-20081218.patch980 bytesevoltech

Comments

upupax’s picture

Same problem.
The patch didn't solve it.

upupax’s picture

Sorry, there was even another problem in the form.
The patch works correctly.
Thank you.

meba’s picture

Status: Needs review » Fixed

Thanks for the patch. Updated and committed to 6.x branch!

Status: Fixed » Closed (fixed)

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