This module supports voting on entities very well after applying a patch for Voting Rules: https://www.drupal.org/node/1856518, #1

One of the things this automatically does for this module in conjunction with other modules such as Field Collection is enable something called "field-collection-item:host-entity" for data selectors under "Entity" when adding an action. For example, when you use the Fivestar module to grant a point to a user for rating something that is in a Field Collection, it allows you to go to the host entity that was rated.

But it doesn't do the same for Paragraphs, which works just like Field Collection. So how do I make something like "paragraphs-item:host-entity" for data selectors appear?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wwwjaylee created an issue. See original summary.

jay.lee.bio’s picture

In case anyone is interested, I added some more details & screenshots to the issue page with the patch: https://www.drupal.org/node/1856518, #3

jay.lee.bio’s picture

Status: Active » Closed (works as designed)

According to drone.ah, apparently the host entity for this module is a token added by Paragraphs (just like a token added by a Field Collection), so I'm closing this issue since the module works as designed.