Not sure why the entity is not loaded (id is passed to entity_extract_ids() instead of comment objects). I fixed it with the following patch, but I'm not sure if this is the right way to do it. I think comments should be loaded by menu, but in menu_router we have "comment/%/edit" instead of "comment/%comment/edit" and comment_load() is not called.
Any ideas?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | patch_commit_5a2fa368ebe1.patch | 494 bytes | abarban |
Comments
Comment #1
abarban commentedSame issue.
but I think that the right way is patch new file "panelizer/plugins/entity/comment.inc"
as attached file !
wish to help!
Comment #3
abarban commentedComment #4
damienmckennaComment #6
damienmckennaI was able to manually apply the patch in #3, which is fine. Thanks for the patch, I've committed it.