- π³πΏNew Zealand quietone
I tested on Drupal 10.1.x, standard install and this is still valid. It would help to have the correct data in the 'Title'.
When you create a contextual filter in Views for a datetime or daterange field, you see field like
node.field_date_only (full_date) node.field_date_range:end_value (day)
for grouped filters. This is unintuitive and inconsistent with how other filed types are displayed, eg
Image (field_image:height)
Update datetime_type_field_views_data()
to be consistent with other filter text, and build the title using the same method as views_field_default_views_data()
.
Patch
Add tests
Review
Up to date screenshots available from 'User interface changes'
TBA before and after screenshots
Active
9.5
Last updated
Makes Drupal easier to use. Preferred over UX, D7UX, etc.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I tested on Drupal 10.1.x, standard install and this is still valid. It would help to have the correct data in the 'Title'.