The Upgrade Status module reports that the only regression in this module for the time being is the info file, so we got that going for us. Assigning this to myself.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3348545-drupal-10-readiness.patch | 528 bytes | loopy1492 |
| Screenshot 2023-03-16 at 1.38.11 PM.png | 40.56 KB | loopy1492 |
Issue fork views_selective_filters-3348545
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
loopy1492 commentedComment #4
keshavv commentedComment #5
keshavv commentedPatch #3 is good to merge. There are no deprecations in the module for Drupal 10.
We can release it for Drupal 10.
Comment #6
onfire84 commented+1 for a new Release
Comment #7
ngreenup commentedI am not getting this to work in Drupal 10. There isn't another module that does what this beauty does. I have a handful of sites that cannot be upgraded to D10 because of this module. Happy to try and help if I can, but I have no clue why it's not working. When I update the module info file to allow D10 it seems to work. But if i visit a view and try to use a selective filter the site shows an error. The log shows:
Drupal\Core\Database\DatabaseExceptionWrapper: Exception in My View [my_view]: SQLSTATE[42S22]: Column not found: 1054 Unknown column....
If this is no longer the way, someone please point me to the new way. I tried better exposed selective filters, views_field_select_filter, and entityreference_filter and didn't find what I needed.
Comment #8
ngreenup commentedTurns out I was accidently using the dev version. the d8 release does work in d10 for entity reference fields
Comment #9
glenshewchuck commented+1 for a new Release
Comment #12
joelpittetThank you all for trying to get this ready and @loopy1492 for the MR and patch