Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
datetime.module
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Mar 2022 at 18:23 UTC
Updated:
12 Apr 2022 at 17:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
danflanagan8The necessary changes in datetime and datetime_range are very similar. Mostly removing
class="datetime"from a number of assertions.Comment #3
danflanagan8Updating priority to Major just like @xjm did for #3248295: Taxonomy tests should not rely on Classy and adding D10 tag.
Comment #4
dwwBefore
After
Review
Patch looks great:
Almost every change of substance in this patch is like this. We simply remove
class="datetime"from what we're expecting. But everything is already targeting a<time>with the expecteddatetimeattribute, so we don't also need theclassfor anything.This is the only other type of change. Seems like a perfectly acceptable step sidewise in specificity.
Resolution
Whereas:
Therefore be it resolved: RTBC. 😉
Thanks yet again @danflanagan8!
Comment #6
catchCommitted/pushed to 10.0.x and cherry-picked to 9.4.x, thanks!