geex-arts / django-jet

Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
https://github.com/jet-admin/jet-bridge
GNU Affero General Public License v3.0
3.58k stars 772 forks source link

Groups and Permissions #523

Open gianfizz opened 1 year ago

gianfizz commented 1 year ago

I'm having trouble when creating my groups. If the group does not have add an change permissions for a specific model, that group can't even access to a view only permission. If I give the group, view permission only, and log it with the user with that permission, it doesn't work, I can't access to that model and view it. How can I create the groups with view only permissions and make it work? without it having change and add permissions.