Skip to content
Snippets Groups Projects
Verified Commit 9b2cf01f authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: add id to LinkTypeSerializer

parent 9b43cd66
No related branches found
No related tags found
No related merge requests found
Pipeline #6764 passed
......@@ -183,7 +183,7 @@ class CategorySerializer(serializers.ModelSerializer):
class LinkTypeSerializer(serializers.ModelSerializer):
class Meta:
model = LinkType
fields = ("name", "type")
fields = ("id", "name", "type")
class LicenseSerializer(serializers.ModelSerializer):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment