- 🇧🇪Belgium rp7
Appears most of the patch is already present in the module now. Re-rolled.
The views fields provided by the module are not working since
Drupal 9 readiness →
was committed.
1. Field options form cannot open because of missing method $this->getEntityDisplayRepository()
2. After fixing problem 1, the actual modal will throw an exception because of the problem described here:
Destination parameter is not set →
which apparently doesn't redirect to a NULL url, it just crashes. However, that patch does not apply anymore, and it alters the Url in a later step of the rendering process rather than when creating the Url object.
Add a Modal Edit link on a view, see that the field options form is broken.
The attached patch fixes both problems and restores functionality of view fields.
None
None
None
None
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Appears most of the patch is already present in the module now. Re-rolled.