Skip to content
Snippets Groups Projects
Verified Commit 11cd696c authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Add Element rotation and mirroring properties on ListTranscriptions

parent 08eece00
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,11 @@ class ElementZoneSerializer(ElementLightSerializer):
class Meta(ElementLightSerializer.Meta):
model = Element
fields = ElementLightSerializer.Meta.fields + ('zone', )
fields = ElementLightSerializer.Meta.fields + (
'zone',
'rotation_angle',
'mirrored',
)
class ElementTypeLightSerializer(serializers.ModelSerializer):
......
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