Posted by yched on February 9, 2009 at 8:47pm
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | field system |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I'm not too fond of the way we currently handle the 'sanitize' step (where field module should run check_markup() and stuff if needed) - currently on field_attach_view() , before building the render arrays in field_default_view().
It might be better suited as a pre_render step.
Leaving this as a reminder for further pondering.
Comments
#1
We might want to piggyback what comes out of #369011: Performance: do check_markup() in text_field_load()