Skip to content

Commit

Permalink
Temporarily add useless "exercise_base" field back
Browse files Browse the repository at this point in the history
This was causing the mobile app to break and will be removed again
once a new version has been published

See wger-project/flutter/issues/462
  • Loading branch information
rolandgeider committed Dec 20, 2023
1 parent 8ffe1d9 commit d806c98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wger/exercises/api/serializers.py
Expand Up @@ -154,6 +154,8 @@ class Meta:
fields = [
'id',
'uuid',
'exercise_base',
'exercise_base_uuid',
'video',
'is_main',
'size',
Expand Down

0 comments on commit d806c98

Please sign in to comment.