I am getting a warning about an undefined property of "dom_id" on the Flag List user page. We just need the $view->pre_render() call added before calling $view->render(), as described in this post:
http://drupal.org/node/1866642
I'll attach a past with my next post.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | flag_lists-undefined_property_dom_id-1935334-2.patch | 1.28 KB | mariacha1 |
| #3 | flag_list_undefined_property-1935334-2.patch | 519 bytes | omerjerk |
| #2 | flag_list_undefined_property-1935334-c.patch | 519 bytes | omerjerk |
| #1 | flag_lists-undefined_property_dom_id-1935334-1.patch | 520 bytes | mariacha1 |
Comments
Comment #1
mariacha1 commentedHere's the patch.
Comment #2
omerjerk commentedhere's the patch
Comment #3
omerjerk commentedrenaming the patch. sorry for posting again.
Comment #4
mariacha1 commentedWhoops. Looks like I needed a couple more pre_render. Attached is the new patch.
Comment #5
KeyboardCowboyPatch in #4 worked for me. There are other errors still showing, but this patch does appear to fix the error listed here.
Comment #6
queenvictoria commentedWorks for me too. Commit?
Comment #7
sl27257