As of Drupal 7.14, the field_bundle_settings was split into per-bundle variables.
rel_build_unregister_form_submit() was loading the monolithic variable, unsetting relevant parts, and resaving it when deleting a bundle. This isn't necessary, as each individual variable can be set.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | rel-1571386-1.patch | 1.03 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettThis should work. Untested.
Comment #2
swentel commentedCommitted and pushed!