Feature: Download Products
Fix: Add user Fix: Added 5000 page size in products Fix: Local Time Pipe was showing the wrong time
This commit is contained in:
@ -104,7 +104,7 @@ class UserView(object):
|
||||
|
||||
def user_info(self, id):
|
||||
if id is None:
|
||||
account = {'name': '', 'lockedOut': False, 'groups': []}
|
||||
account = {'name': '', 'lockedOut': False, 'lockedOut': False, 'groups': []}
|
||||
for item in self.request.dbsession.query(Group).order_by(Group.name).all():
|
||||
account['groups'].append({'id': item.id, 'name': item.name, 'enabled': False})
|
||||
return account
|
||||
|
||||
Reference in New Issue
Block a user