Private
Public Access
1
0

Merge tag 'v1.53' into develop

fix workoutstate in flexchart
This commit is contained in:
Sander Roosendaal
2017-03-08 07:25:22 +01:00
4 changed files with 7 additions and 3 deletions

View File

@@ -3429,6 +3429,7 @@ def workout_flexchart3_view(request,*args,**kwargs):
yparam1=yparam1,yparam2=yparam2,
plottype=plottype,workouttype=workouttype,
reststrokes=reststrokes)
f.save()
if request.method == 'POST' and 'workstrokesonly' in request.POST:
workstrokesonly = request.POST['workstrokesonly']