I'm not seeing a way to filter by taxonomy in the D8 version like we could in D7.
Did I miss something, or is this feature not supported in D8?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | scanner-add-taxonomy-plugin-3294624-0.patch | 9.42 KB | turek |
Issue fork scanner-3294624
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 #2
turek commentedYou could write your own plugin for that, although patch is creating support for taxonomies inside of this module.
Please note that taxonomies are not revisionable and undoing changes will not revert the changes.
Comment #3
anybodyThanks @Turek, that looks great! I think a good idea for this module would be to support all core entities out of the box and leave others (e.g. Paragraphs, Commerce products etc.) to contrib.
So I'd absolutely vote for merging this into the module, once RTBC'd! :)
Comment #4
anybodyI created a MR from #2 for review!
Please mind that taxonomy terms are now also revisionable!
Comment #6
anybodyComment #7
anybodyFixed that, please review!
Comment #8
smustgrave commentedCan we update for 2.0.x
Also will probably need some test coverage
Comment #9
damienmckennaComment #10
damienmckennaComment #11
damienmckennaThis will need a rewrite after the refactoring work is done - stay tuned for beta2.
Comment #13
smustgrave commentedComment #15
smustgrave commentedFollowed the same example I did for Comments.
Comment #16
smustgrave commentedRebased
Comment #17
smustgrave commentedGoing to be bad but planning a beta5 and want to include this one.