Hello all, I'm new here. I'm just starting to explore seblod. So far, the more and more I learn, the more I like it :)
Anyway I have a question about how to display list of items based on access level.
I have 2 user access levels
- Access Level A
- Access Level B
and I have 2 article categories
- Category A
- Category B
I want to create a listview (List & Search type) page that will return items based on the user access level only. So when user A who has Access Level A login, he will only see articles published under Category A, and when user B who has Access Level B login, he will only see articles published under Category B. How can I do that?
Or, I can simplified the question to : How can I create the "My Items" list page
Thank you