Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
contact.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2025 at 09:53 UTC
Updated:
24 Nov 2025 at 14:54 UTC
Jump to comment: Most recent
Comments
Comment #4
andypostI found no testing config entity with canonical route so changed test to use comment module
Comment #5
dcam commentedI'm actually not that familiar with the Comment module, so I had to double-check that there are no bundle-related permissions. There aren't. Using Comment here seems like a good, straightforward replacement. And the test is still passing. This looks good to me.
Comment #6
dcam commentedI just noticed #1903138: Move global comment permissions to comment-type level which if implemented would cause this test to need to be updated again. I don't think a 12-year-old issue that isn't approaching a resolution should hold up this task that's necessary for getting Contact out of Core. But it does need to be mentioned.
Comment #7
andypostThank you, better to link'em
Comment #10
catchYes would be slightly better to move to one of the entity_test modules here if there is one that just works, but also OK to defer that until comment module changes something.
Committed/pushed to 11.x and cherry-picked to 11.3.x, thanks!