Posted by techczech on January 28, 2007 at 1:57pm
2 followers
Jump to:
| Project: | Prepopulate |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
I installed the module on a 5.0 site and it only works to pass the [title] element. I tried http://www.techwillow.com/node/add/story?edit[title]=test text title&edit[body]=test text body for several node types and always only the title gets passed on. Nothing to the body. I tried it with both TinyMCE enable and disabled.
Otherwise it works well with all sorts of bookmarklets.
Comments
#1
This is actually a duplicate of http://drupal.org/node/81945. Try using edit[body_filter][body] in the URL.
#2
thanks, that solves it, the module now does everything I need