@@ -83,10 +83,18 @@ class SubtaskSerializer(DynamicRelationalHyperlinkedModelSerializer):
...
@@ -83,10 +83,18 @@ class SubtaskSerializer(DynamicRelationalHyperlinkedModelSerializer):
subtask_type=serializers.StringRelatedField(source='specifications_template.type',label='subtask_type',read_only=True,help_text='The subtask type as defined in the specifications template, provided here to safe an addition lookup.')
subtask_type=serializers.StringRelatedField(source='specifications_template.type',label='subtask_type',read_only=True,help_text='The subtask type as defined in the specifications template, provided here to safe an addition lookup.')