Closed (fixed)
Project:
Edit section
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Oct 2009 at 15:21 UTC
Updated:
16 Nov 2009 at 03:50 UTC
Jump to comment: Most recent file
If you have filtered CCK fields they will also gain Edit Sections links, starting with section "0" for each field. These links are processed with regard only for the node body.
As a feature request, it would be ideal to extend Edit Sections to properly process the fields. As a bug report, Edit Sections should ignore anything except the body of a node.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | edit_section_suppress_cck.patch | 1.46 KB | jbrown |
| #1 | edit_section_suppress_cck.patch | 1.46 KB | jbrown |
Comments
Comment #1
jbrown commentedThe Drupal core hooks are pretty useless for what this module needs.
The attached patch uses debug_backtrace() to determine if the text being filtered is the node body. Makes the module even more hacky, but does work.
Comment #2
jbrown commentedComment #3
jbrown commentedfix typo
Comment #4
jbrown commentedhttp://drupal.org/cvs?commit=282722