Hi,
Testing the new D7 dev of 28th februari.
Thanks Nancy and Gerhard for making this finally happen!
I got this error while editing a weblink:
Notice: Undefined property: stdClass::$has_body in weblinks_form() (line 124 of sites/all/modules/weblinks/weblinks.module).
Thanks a lot in advance for going into this.
Greetings,
Martijn
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | weblinks_has_body-1931210-0.patch | 504 bytes | GStegemann |
Comments
Comment #1
summit commentedHi, I see with Storm somewhat same error and may be a solution: http://drupal.org/node/1549820
greetings, Martijn
Comment #2
GStegemann commentedYes, looks very similar. I will look into this.
Comment #3
GStegemann commentedI've implemented a small fix for this. See attached patch. But anyway, I think the form for 'body_field' is not needed anymore in D7, since it setup automatically.
Next, what about weblinks_node_info()? Should 'has_body' still bi included in the returned array?
Comment #4
GStegemann commented