Skip to content
Snippets Groups Projects
Commit 1d6ad50b authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-1124: added missing TaskTemplateExtendedSerializer for...

TMSS-1124: added missing TaskTemplateExtendedSerializer for specifications_template of TaskDraftExtendedSerializer
parent a7c5c23e
No related branches found
No related tags found
No related merge requests found
......@@ -387,7 +387,7 @@ class TaskDraftExtendedSerializer(TaskDraftSerializer):
expanded into the json response for a single API call (for convenience/optimization).
"""
task_blueprints = TaskBlueprintExtendedSerializer(many=True)
specifications_template = TaskTemplateExtendedSerializer()
class SchedulingUnitDraftExtendedSerializer(SchedulingUnitDraftSerializer):
"""
......
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