Deprecated Radioactivity field no longer hidden in 4.1.x

Created on 10 February 2025, about 2 months ago

When πŸ“Œ New API for defining field type categories Active was committed, it revealed an undocumented side-effect of the core change described in Core change record: New API for defining field type categories β†’

Specifically, this core change altered the structure of the core field configuration form field_ui_field_storage_add_form.

The Radioactivity module alters this field configuration form in order to make the old, deprecated Radioactivity field available only on existing sites which are already using the Radioactivity field. On new sites, we want to prevent users from creating this deprecated Radioactivity field, so we want to hide this choice on the form.

But this form alteration has ceased to work because the core form structure was changed. To fix this, we have to change our implementation of hook_form_field_ui_field_storage_add_form_alter() to use the new form structure.

πŸ› Bug report
Status

Active

Version

4.1

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States tr Cascadia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024