projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Incremented version to not conflict with precise
[invirt/packages/invirt-web.git]
/
code
/
webcommon.py
diff --git
a/code/webcommon.py
b/code/webcommon.py
index
b9a6287
..
7410523
100644
(file)
--- 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)