How Filefield stores fields in nodes in Drupal 6 is different than in Drupal 5. This patch adds code to properly remove those fields from a template form.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 418862_cck_filefield_templates.patch | 1.25 KB | deviantintegral |
| remove_filefield_6.x.patch | 1.35 KB | deviantintegral |
Comments
Comment #1
deviantintegral commentedI committed the above earlier, but found an issue with new templates that hadn't been saved at least once. Attached is a patch which fixes that, and cleans up some left-over rows when a template is deleted.
Comment #2
deviantintegral commentedI've committed this to HEAD.