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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.