Closed (fixed)
Project:
Remove HTTP headers
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2025 at 09:39 UTC
Updated:
14 Nov 2025 at 16:34 UTC
Jump to comment: Most recent
Drupal Core has a new API for form validation using #config_target, see https://www.drupal.org/node/3373502
Update configuration form to use #config_target
None
None
None
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request implements the following changes:
Comment #4
dennisdkWorks as expected!
Comment #5
anybody@dennisdk officially RTBC'd?
Comment #6
anybody@idebr would you maybe also review #3425737: Configuration overrides are not applied due to use of editable configuration for getting headers?
Comment #7
anybodyIs ^10.3 fine as minimum Drupal version for this?
Then I'd merge this!
Comment #8
idebr commented#config_target is available from Drupal 10.2.0, see https://www.drupal.org/node/3373502
Comment #10
anybodyThank you @idebr! Merged!
Comment #11
anybody