Great module!!
Is it possible for it to also work with views for custom entities that are made with ECK https://www.drupal.org/project/eck ? Currently the filter doesn't appear for these views.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3128500-work-with-eck-other-entities-4.patch | 1.03 KB | solide-echt |
Comments
Comment #2
solide-echt commentedThnx.
The dev version should work with any entity type, not just nodes. I haven't tried ECK explicitly, just tested on a custom entity I needed for a project.
If you can confirm that's working I'll make a 1.0 release.
Eric
Comment #3
studio-days commentedSorry to report that it's not working with an ECK entity with dev version either...
Comment #4
solide-echt commentedThanks for testing. In the module file there was still a limitation to nodes. Please find attached a patch. Tested with ECK and works fine for me now.
Comment #5
studio-days commentedThanks again BUT I'm getting an error when trying to install this patch:
Same as when I try with 1.0.0-rc1
Comment #6
solide-echt commentedHi,
Sorry to hear that - and it's been a bit of a delay. Commit 4551aa1 is not the latest commit, that should have been bbd07cc. It looks as if you didn't change branches and got the latest commit for rc1 for which the patch doesn't apply. Maybe the confusion is due to commit 4551aa1 being applied to both dev and rc1 branch, I was confused about branches and tags a bit.
Eric
Comment #7
solide-echt commentedReleased 8.1.0 today in which custom entities should work. Thank you for your patience.