hasgeek / coaster

Common patterns for Flask apps
http://coaster.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
69 stars 13 forks source link

Bugfix: only allow actor to be None when scanning a RoleMixin obj #456

Closed jace closed 5 months ago

jace commented 5 months ago

451 introduced a bug when it removed the actor is not None check for one use case, missing that it was still needed for other checks.