propublica/django-collaborative

User permissions aren't working properly

rachelgli opened this issue · 3 comments

Screen Shot 2019-10-30 at 3 00 26 PM

Unless you check the superuser box, users can't see any projects. Adding groups/user permissions don't work. Once you check the superuser box, the user can access all the projects.

I thought this used to work (it did, right?), so I'll figure out what caused this to break.

Okay, I went through this and I think I fixed the issue. I tested with a new user a granted single permission (and removed it) and everything seems like it's working how it should.

Fixing commit: 3e2c1fd

Let me know if deploying the latest master branch works for you.

This works!! Thanks so much Brandon.