You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2275 makes primary_sector the canonical single-select primary sector field identifier, while temporarily keeping primary_sector_single accepted as a legacy alias so existing forms keep resolving.
Once #2275 ships and prod form data is migrated from primary_sector_single → primary_sector, the alias can be dropped entirely.
Follow-up to #2275.
#2275 makes
primary_sectorthe canonical single-select primary sector field identifier, while temporarily keepingprimary_sector_singleaccepted as a legacy alias so existing forms keep resolving.Once #2275 ships and prod form data is migrated from
primary_sector_single→primary_sector, the alias can be dropped entirely.Sequencing
primary_sectorandprimary_sector_single).form_fields.field_identifierprimary_sector_single→primary_sector.primary_sector_singlefrom the code).Removal scope
FormField::PRIMARY_SECTOR_FIELD_IDENTIFIERS→%w[primary_sector]primary_sector_single"(legacy)" row fromSmartFormFieldslegacy_form_identifiersdev seed + rake task (no legacy identifiers remain once this is gone)A draft PR for the removal is prepared and must not merge until step 2 is done.