Fixed a problem in apply where the __ac_permissions__ structure gets
built and a dictionary was being found where a list was expected (the dictionary was in the form of {'rolename':1}, used to set the default roles for a permission. Changed the line to get the keys of the dictionary).
Showing
Please register or sign in to comment