-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Filter feature by more than 1 user or group #580
Comments
You can also put your users in groups (in lizmap web client admin panel) and use groups instead of users filtering. To do so, use the group ids (and not labels) to fill the field on which the filtering is based. |
In my project, i have about 1000 features and 100 users in 4 groups. Each user from 1 group have to answer to a set af features that others are not allowed.
So i'd need to make 4 projects with the same table shared and duplicate user field for each project.
EDIT: So i should create 1000 groups with your group solution. Thanks |
I was looking for this too. Thanks for working on it. |
@mdouchin You have changed the milestone to 3.7, any news on this ? |
This issue is missing some feedbacks. 👻 |
One feature that would be very interesting is to filter feature with more than one user or group.
In my case, i can reuse the same DB in many projects to show the form answers to one group without answering rights.
The users could be comma separated. Then you could simply use .split(",") to get users.
Looks not too difficult, maybe i m wrong.
Thanks
The text was updated successfully, but these errors were encountered: