Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Jul 2009 at 10:37 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
tic2000 commentedadding tag
Comment #2
catchLooks good. The other patch is introducing new tests for some of this stuff (not sure if exactly this code though), but let's get it in so that can proceed. Looks like text_field_load() which is a direct copy and paste has this right, so either I fixed the code when copying and pasting, or broke it in hook_field_sanitize() when reworking that...
Comment #3
tic2000 commentedIf "the other patch" means the one I mention in the OP then the last patch has no new test. The one that had a test already got committed, now I only went a step further because the first patch treated the effect, but not the cause.
Comment #4
dries commentedCommitted to CVS HEAD. Thanks.