Skip to content

Commit

Permalink
Fixed blueprint export
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Perkins committed Oct 24, 2016
1 parent 58d3cd7 commit 3a8aa3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stackdio/api/blueprints/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@ class Meta:
'formula_versions',
)

def to_representation(self, instance):
return super(FullBlueprintSerializer, self).to_representation(instance)


class BlueprintLabelSerializer(StackdioLabelSerializer):

Expand Down

0 comments on commit 3a8aa3d

Please sign in to comment.