X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/28157ee06739f2a56aa6f053024092796bf72f94..1e922a353a14f5f231040595a93af3054ea41664:/code/webcommon.py diff --git a/code/webcommon.py b/code/webcommon.py index b9a6287..7410523 100644 --- a/code/webcommon.py +++ b/code/webcommon.py @@ -25,7 +25,7 @@ class State(object): def getMachines(self): if self.isadmin: - return Machine.query().join('acl').all() + return Machine.query().all() else: return Machine.query().join('acl').filter_by(user=self.username)