- πΊπΈUnited States bluegeek9
I am not sure. If you post the views yaml I will take a look.
- Status changed to Closed: cannot reproduce
about 1 year ago 1:24am 30 January 2024
I have Drupal 8 with the Message, Group and Flag module :
https://www.drupal.org/project/message β
The operation is simple. The user puts a flag on a group, it will receive in a view `timeline_private` all the messages generated by the creation of new nodes in this group.
I did the same things for the products in the stores.
I created 2 views:
`timeline_public` (show all messages).
`timeline_private` (only displays group messages flagged by the user).
**The problem :**
When I am the site administrator, both views work.
If I connect with the authenticated user role, `timeline_public` works and displays all messages.
But `timeline_private` only displays the messages generated by the nodes.
Why are the messages generated by the products not displayed ?
They are displayed in the `timeline_public` view but not in the `timeline_private` view it's really weird.
`timeline_public` :
[![enter image description here][1]][1]
`timeline_private` :
[![enter image description here][2]][2]
**UPDATE :**
I found how to display the messages generated by the products in my view `timeline_private`
I do not know if this method is recommended.
Check the box below solves the problem. But why is the problem only with sight `timeline_private` ?
[![enter image description here][3]][3]
[1]: https://i.stack.imgur.com/LmJEa.png
[2]: https://i.stack.imgur.com/qu8fY.png
[3]: https://i.stack.imgur.com/YdTUx.png
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am not sure. If you post the views yaml I will take a look.