- Issue created by @helmo
- 🇯🇵Japan ultrabob Japan
This has broken our deploys for open_social as well, and I'm not sure how we could go about fixing it.
I'm not sure what the latest compatible version of views_ef_fieldset is. I've seen an issue saying that 8.1.10 is incompatible, so it is hard to construct a replacement patch, but even then, I'm not sure if we can patch the open_social composer.json.
As helmo points out, Gitlab patches should never be linked because they tend to disappear like this one did.
- 🇯🇵Japan ultrabob Japan
For me, locking the module to 1.10 and adding this to my composer.json seems to get it to ignore the problematic patch.
"patches-ignore": { "goalgorilla/open_social": { "drupal/views_ef_fieldset": { "Issue #3173822: Exposed operators are not included in fieldsets": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch" } } },