Closed (fixed)
Project:
Views Embed Form
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2008 at 18:27 UTC
Updated:
21 Jan 2009 at 15:10 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| views_embed_form-20081218.patch | 980 bytes | evoltech |
Comments
Comment #1
upupax commentedSame problem.
The patch didn't solve it.
Comment #2
upupax commentedSorry, there was even another problem in the form.
The patch works correctly.
Thank you.
Comment #3
meba commentedThanks for the patch. Updated and committed to 6.x branch!