Skip to content

Commit

Permalink
Include all fields for MobilityServiceNode
Browse files Browse the repository at this point in the history
  • Loading branch information
mhieta committed Sep 26, 2023
1 parent 7322ac0 commit 95e0979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def root_service_nodes(self, obj):

class Meta:
model = MobilityServiceNode
exclude = ("service_reference",)
fields = "__all__"


class ServiceSerializer(TranslatedModelSerializer, JSONAPISerializer):
Expand Down

0 comments on commit 95e0979

Please sign in to comment.