GLab / ToMaTo

German-Lab ToMaTo
http://www.tomato-lab.org
32 stars 21 forks source link

'str' object has no attribute 'get' #1390

Closed dswd closed 8 years ago

dswd commented 8 years ago

Happened on backend_users

View in Dump Manager

Description:

{'type': 'AttributeError', 'subject': "'str' object has no attribute 'get'"}

Trace:

/code/service/tomato/lib/sslrpc2.py, line 355, in handleRequest
 res = method(*request.args, **request.kwargs)

/code/service/tomato/api/organization.py, line 21, in organization_list
 user_orga = user.get("organization")