Closed (fixed)
Project:
Views exposed groups
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2017 at 17:19 UTC
Updated:
23 May 2019 at 15:49 UTC
Jump to comment: Most recent
Comments
Comment #2
mradcliffeI was able to reproduce this issue. Yes, views need to be updated. Perhaps by going through hook_uninstall() and updating any view that uses this plugin? Although anything that uses features will try to revert back.
Maybe validate each view and disable it? Or invalidate the views cache on uninstall?
Comment #4
mradcliffeFollowed the example used by @mikeker in #1182064: Fatal error after disabling Better Exposed Filters.