Needs review
Project:
Views Flag Refresh
Version:
1.0.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2026 at 14:07 UTC
Updated:
15 Mar 2026 at 12:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
nickolajAdded config schema definition for the views_flag_refresh display extender plugin. This resolves the "missing schema" validation errors on Drupal 11.3.2+ when saving views that use Views Flag Refresh.
Comment #5
sirclickalot@nickolaj
I applied
patch9from the MR9 in the way that I normally would - in my case using the PHP Storm..When I did so, it seemed to add the
config/schemafolder into the root of the my Drupal site, not the module's foldfer?However, after manaully moving the
config/schemafolder into the correct place and clearing caches, I confirm that the messages about missing schemas has now gone.Thank you