CROSS JOIN, thanks jotbe

This commit is contained in:
mdipierro
2014-09-14 14:57:12 -05:00
parent 3d9ebb5720
commit 6a75132d54
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -582,7 +582,7 @@ def bg_graph_model():
if hasattr(db[tablename],'_meta_graphmodel'):
meta_graphmodel = db[tablename]._meta_graphmodel
else:
meta_graphmodel = dict(group='Undefined', color='#ECECEC')
meta_graphmodel = dict(group=request.application, color='#ECECEC')
group = meta_graphmodel['group'].replace(' ', '')
if not subgraphs.has_key(group):