Closed (fixed)
Project:
Smart Date
Version:
4.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2026 at 23:51 UTC
Updated:
22 May 2026 at 11:05 UTC
Jump to comment: Most recent
html/modules/contrib/smart_date/smart_date.views.inc is using Drupal service `views.field_data_provider`, but this is only available in D11.
See also #3557586
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 #2
shank115 commentedTry updating the code to check if the views.field_data_provider service exists before using it:
Comment #4
jan kellermann commentedThank you. Works for me. I created MR.
Comment #7
mandclu commented