Private
Public Access
1
0

Merge branch 'release/v6.12'

This commit is contained in:
Sander Roosendaal
2018-03-08 10:09:34 +01:00

View File

@@ -2639,6 +2639,11 @@ def interactive_flex_chart2(id=0,promember=0,
rowdata = dataprep.getsmallrowdata_db(columns,ids=[id],doclean=True,
workstrokesonly=False)
workstrokesonly=False
if rowdata.empty:
rowdata = dataprep.getsmallrowdata_db(columns,ids=[id],
doclean=False,
workstrokesonly=False)
workstrokesonly=False
try:
tests = rowdata[yparam2]
except KeyError: