Private
Public Access
1
0
This commit is contained in:
2024-12-30 08:12:38 +01:00
parent 5178323da4
commit 841ccf577d

View File

@@ -679,7 +679,7 @@ class IntervalsIntegration(SyncIntegration):
try:
ws = Workout.objects.filter(uploadedtointervals=id)
for w in ws:
if w.user == self.rower and self.rower.intervals_delete_workout:
if w.user == self.rower and self.rower.intervals_auto_delete:
w.delete()
elif w.user == self.rower:
w.uploadedtointervals = None