I have several security groups in my project: group1, group2s and group3. Each user belongs to only one of these groups. Information about which user filled out a particular form is stored in the "osobarejestrujaca" field.
I would like to display only the entries of members from the group in which the currently logged-in user is a member in the TableView. For example, if the currently logged-in user ([entry._user]) belongs to the group1 group, only show the forms of members of this group. If the currently logged-in user ([entry._user]) belongs to the group2 group, only show the forms of members of this group.
Is it possible to do this in one TableView?
Something like this, I think
osobarejestrujaca.securityGroupHas():true
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.