Reviewed & tested by the community
Project:
Drupal core
Version:
main
Component:
forms system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Jun 2026 at 17:12 UTC
Updated:
25 Jul 2026 at 23:08 UTC
Jump to comment: Most recent
Comments
Comment #3
fathershawnComment #4
fathershawnConfigSingleExportFormworking properly using the new selector to replace the config name select element and to return the export text area with the result.Comment #5
smustgrave commentedQuestion could this be a breaking change for someone's custom build? Know it's a task does it need coverage or fact tests pass the coverage?
Comment #6
fathershawnSince this adds a new data attribute I don't think it would break anything.
The updated usage in
ConfigSingleExportFormimplicitly tests it. I'm happy to build a direct test if that's desired.Comment #7
smustgrave commentedMind rerunning the failed test job?
Comment #8
smustgrave commentedRan locally and ConfigDraggableListBuilderTest passes so not going to start a new pipeline.
Comment #10
godotislateRebased and ConfigDraggableListBuilderTest has failed twice.
Comment #11
fathershawnThank you @godotislate! Fixed and pushed.
Comment #12
fathershawnOkay so
ConfigDraggableListBuilderTestis fixed and now passing butKernelTestHttpRequestTestalthough it passes locally. I don't see anything wrong there. Anyone see it?Comment #13
nitinkumar_7 commentedI don't immediately see anything in this change that would affect KernelTestHttpRequestTest. Since the failure is not reproducible locally, it may be worth checking the CI logs to see exactly which assertion is failing and whether its an intermittent issue.
Comment #14
nitinkumar_7 commentedIf the failure is unrelated to the changes in this MR, a rerun should help confirm that; otherwise the failing assertion should point us toward any unexpected side effects.
Comment #15
godotislateThink it's unrelated. The test generates a random string to use as markup, but the generated random string might be sanitized when rendered and not be identical to the original string.
I'll open a new issue.
Comment #16
godotislateOpened #3613115: KernelTestHttpRequestTest::testKernelTestRoute fails intermittently because random string is not sanitized for #15.
Comment #17
godotislateFor now, I re-ran the kernel test and it passed.
Comment #18
fathershawnComment #19
smustgrave commentedFeedback appears to be addressed to me.