Merge branch 'master' into develop

This commit is contained in:
Griatch 2018-02-03 16:18:54 +01:00
commit ca9d13bb45
5 changed files with 233 additions and 63 deletions

View file

@ -619,7 +619,7 @@ class DefaultAccount(with_metaclass(TypeclassBase, AccountDB)):
self.basetype_setup()
self.at_account_creation()
permissions = settings.PERMISSION_ACCOUNT_DEFAULT
permissions = [settings.PERMISSION_ACCOUNT_DEFAULT]
if hasattr(self, "_createdict"):
# this will only be set if the utils.create_account
# function was used to create the object.