Skip to content
Snippets Groups Projects
Commit cb53395f authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat: include id for serialized timeslots in REST API

parent 7d58cda7
No related branches found
No related tags found
No related merge requests found
...@@ -666,6 +666,7 @@ class TimeSlotSerializer(serializers.ModelSerializer): ...@@ -666,6 +666,7 @@ class TimeSlotSerializer(serializers.ModelSerializer):
class Meta: class Meta:
model = TimeSlot model = TimeSlot
fields = ( fields = (
"id",
"end", "end",
"memo", "memo",
"note_id", "note_id",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment