Smartqueue taxonomy does not seem to be seeing taxonomies added via entity reference, in lieu of term reference.

I have a field adding a taxonomy to a node, using entity reference. I am trying to create a smartqueue for the nodes added to that taxonomy, but the only choice I am seeing is for the tags associated with term reference to the default article content type.

There is a setting inside the entity reference field which is checked, which reads:

"Include the term references created by instances of this field carried by node entities in the core {taxonomy_index} table. This will allow various modules to handle them like core term_reference fields."

I assume that this setting is to solve the very issue I am experiencing, but it seems as though nodequeue does not recognize this form of adding a taxonomy to a node.

Has anyone else experienced this? I have looked through the issue queue and cannot find anything directly addressing this issue, except possibly for the referenced issue below, and there are no comments to that issue, and it is nearly two years old.

CommentFileSizeAuthor
#5 smartqueue_er.zip4.91 KBjoep.hendrix
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RKopacz created an issue. See original summary.

narquam’s picture

I just came upon this issue as well but in version 2.1. I haven't yet looked into the module to see how much work this would be. Is this being worked on at all? Does anyone have patches?

RKopacz’s picture

Thanks for your comment @narquam, I'm glad I'm not alone! LOL. I think it would be a good idea to add this capability, but I just realized that they might be working on this in Entityqueue module instead of nodequeue, which is being deprecated in D8 in favor of entityqueue. But entityqueue is missing a few features that I like in nodequeue, such as toggle links for add to queue in links, as well as a local task on the node for doing the same. I believe entityqueue has the ability to create subqueues like smartqueue taxonomy. I'll do some testing and get back to you.

jenlampton’s picture

Category: Bug report » Feature request

I'm changing the status of this issue from `Bug Report` to `Feature request`because the feature you are asking for is not currently a part of Nodequeue module. Nodequeue supports taxonomy terms as referenced via the term_reference field/widget, and not from entity reference. To add that support would be a new feature.

joep.hendrix’s picture

FileSize
4.91 KB

Here is a quick and dirty version that works for me.