Posted by grendzy on May 12, 2012 at 3:16am
8 followers
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | node system |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
| Issue tags: | needs backport to D6, needs backport to D7, Quick fix |
Issue Summary
It sets the type to "menu", and instead it should be "node".

| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| watchdog_node.patch | 701 bytes | Idle | PASSED: [[SimpleTest]]: [MySQL] 36,580 pass(es). | View details | Re-test |
| watchdog_node.png | 40.45 KB | Ignored | None | None |
Comments
#1
#2
Yes. This looks good to me.
#3
Yep. Committed/pushed to 8.x.
#4
Rerolled.
#5
The patch in #4 applied cleanly and successfully changed the type from "menu" to "node".
#6
Thanks! Committed to 7.x: http://drupalcode.org/project/drupal.git/commit/57b8f47
Seems like this could be backported to Drupal 6 also.
#7
Backported.
#8
The patch in #7 worked fine for D6.
#9
Looks like this just needs a commit, removing Novice tag.