Private
Public Access
1
0

Merge branch 'release/v7.37'

This commit is contained in:
Sander Roosendaal
2018-07-19 08:08:58 +02:00
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -561,7 +561,8 @@ def workout_strava_upload(user,w):
res,mes = handle_stravaexport(
f,w.name,
r.stravatoken,
description=w.notes+'\n from '+w.workoutsource+' via rowsandall.com')
description=w.notes+'\n from '+w.workoutsource+' via rowsandall.com',
activity_type=r.stravaexportas)
if res==0:
message = mes
w.uploadedtostrava = -1
+1 -1
View File
@@ -69,7 +69,7 @@
<tr>
<th>ID</th>
<th>Task</th>
<th>Started</th>
<th>Started At</th>
<th>Progress</th>
<th>Status</th>
<th>Action</th>
+3
View File
@@ -13300,6 +13300,9 @@ def virtualevents_view(request):
)
def virtualevent_view(request,id=0):
results = []
if not request.user.is_anonymous():
r = getrower(request.user)
else: