Problem/Motivation
The Core field type 'Datetime Range' is not supported in any Field plugin
Proposed resolution
Add support for Datetime Range field type
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
A plugin is available for Datetime Range fields on /admin/config/content/diff/fields
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|
Issue fork diff-3534656
Show commands
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 adds support for Datetime Range field type and adds test coverage for the daterange field type
The failures in the next minor are unrelated to this merge request. I created a separate issue to fix these, see #3534698: Fix pipeline failures on next minor (phpstan + phpunit)
Comment #4
idebr commentedPatch file for 8.x-1.x for projects running the final version of 8.x-1.x
Comment #5
idebr commentedComment #6
eelkeblokLooks good. The test verifies the content of the displayed diff. I triggered the test-only pipeline, but that's silliness, of course, since we're not solving a bug. I functionally verified the patch in our project, code changes are minimal.
Comment #7
acbramley commentedSee MR comments
Comment #8
dennisdkThanks! Works as expected!
Comment #10
acbramley commentedThanks!