- πΊπΈUnited States Arlina
The core referenced issue does not have a working patch (that I could find at least). Until it gets fixed, maybe this module can remove the display extender on the uninstall hook - that's how metatag_views is doing it as well.
Here's a patch that works against 2.0.0. - Status changed to RTBC
over 1 year ago 10:50pm 22 September 2023 - π¨π΄Colombia fabiansierra5191
I had to uninstall this module and I got the same issue.
I tried patch #4 π Unable to uninstall RTBC and works for me.Moved to RTBC.
- πΊπΈUnited States Greg Boggs Portland Oregon
I was able to uninstall the module with this patch, but only partially, my views still generate the config from the module. Is there an upgrade path to 10.1? Can we mark this unsupported by 10.1? It's currently marked as supported and working 10.1 in composer.
- Status changed to Needs work
over 1 year ago 1:41am 23 September 2023 - π¬π§United Kingdom catch
You might be able to manually resave your views to clean up the config.
- πͺπΈSpain rcodina Barcelona
Editing views and saving them doesn't work for me. I just have had to manually editing view's yml files to remove this module's configuration.
- πΊπΈUnited States Greg Boggs Portland Oregon
That was also what I had to do.
- πͺπΈSpain tuwebo
Not sure about the implications of this workaround (it might break your site, take it with a grain of salt) , but it seems it is working for me if I run it before uninstalling:
drush cset --input-format=yalm views.settings display_extenders defaultYou might want to check the views.settings configuration before running it, executing:
drush cget views.settings