backdrop-contrib / flag

Flag module for Backdrop CMS
0 stars 11 forks source link

Views of flaggings #30

Closed jenlampton closed 10 months ago

jenlampton commented 3 years ago

I'm using flags to handle session reviews for a conference site, and I'd love to be able to see all flaggings for a specific session in the same place. This would be either on the node itself, or on a dedicated page sessions/reviews/% where I have set the node ID as a contextual filter.

I tried to build this using the current flag relationships, but I'm only ever able to see a single review. (This is still very useful for showing people their own reviews!)

I believe a view of flaggings is possible in Drupal 8, but for Drupal 7 I haven't found a great solution.

bobchristenson commented 1 year ago

Oh, glad its not just us. Here's a newer (duplicate?) version of this problem: https://github.com/backdrop-contrib/flag/issues/39

argiepiano commented 1 year ago

Yes, the submodule flag_bookmark contains a default view that was never ported. PR coming.

herbdool commented 10 months ago

I think this is addressed now with https://github.com/backdrop-contrib/flag/pull/43