Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
contact.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Jul 2025 at 09:49 UTC
Updated:
3 Nov 2025 at 15:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
quietone commentedComment #4
hhvardan commentedComment #5
hhvardan commentedComment #6
smustgrave commentedDid a small review but instead of deleting some of the tests that were using contact we probably need to find a replacement so we aren't losing functionality coverage for other things that happened to be using contact
Comment #7
hhvardan commentedComment #8
smustgrave commentedActually majority is out of scope too, should be about just removing from standard profile not fixing all tests
Comment #9
hhvardan commentedI rolled back the previous commits that included migration tests and other changes that were out of scope. The current implementation now focuses specifically on removing Contact from the Standard profile.
Comment #10
smustgrave commentedStill appears to be touching migration tests
Comment #11
hhvardan commentedMoved Contact to missing paths in review tests and enabled Contact module in upgrade tests.
Comment #12
smustgrave commentedI’ll have to take a look later not sure why all the migrations need to be updated if we are just removing a module from a profile.
Comment #13
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #14
hhvardan commentedComment #15
hhvardan commentedMerged latest 11.x core and resolved conflicts. Restored the feedback_contact_form recipe.
Comment #16
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #18
andypostComment #20
andypostLooks ready now
Comment #21
andypostComment #22
andypostI find it ready
Comment #23
catchLooks good, glad we were able to maintain the test coverage more or less straightforwardly.
Committed/pushed to 11.x, thanks!
Comment #27
andypostFiled change record https://www.drupal.org/node/3553411 looking for help to improve