- Merge request !697Issue #3547669: Fix "The hook gin_theme_suggestions_views_view_field_alter seems to be useless" → (Open) created by damien laguerre
The hook gin_theme_suggestions_views_view_field_alter prevents other modules from overriding the status field theme.
Furthermore, this hook does not seem useful, as theme suggestions are already handled by the Views module in Drupal\views\Plugin\views\field\FieldPluginBase::themeFunctions().
After removing it, the theme loads correctly.
Try declaring a theme ‘views_view_field__MY_VIEW__status’ in a custom module.
The theme views_view_field__status declared by Gin systematically takes precedence.
Remove the hook from includes/theme.theme
Active
5.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.