Merge tag 'v1.41' into develop
error checking around interval edit save
This commit is contained in:
@@ -4990,6 +4990,7 @@ def workout_summary_edit_view(request,id,message="",successmessage=""
|
||||
itime,idist,itype = rowdata.intervalstats_values()
|
||||
nrintervals = len(idist)
|
||||
row.summary = intervalstats
|
||||
#intervalstats = rowdata.allstats()
|
||||
if s:
|
||||
row.notes += u'{n} \n {s}'.format(
|
||||
n = row.notes,
|
||||
|
||||
Reference in New Issue
Block a user