Perform hook_views_data_alter after all other modules

Created on 12 March 2025, about 1 month ago

Problem/Motivation

There are cases when other modules (such as publication_date β†’ ) provide timestamp/date fields and implement hook_views_data_alter to add views support.

That implementation of hook_views_data_alter happens after the one in this module, so the fields from publication_date never have the views_date_format_sql alter applied.

Proposed resolution

use hook_module_implements_alter to make sure our alters happen after other modules.

I will provide a MR.

πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States loze Los Angeles

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024