mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 16:33:12 +00:00
[Printer] Update serializer
This commit is contained in:
parent
361da6bce9
commit
4ffe0a2c63
1 changed files with 1 additions and 2 deletions
|
@ -724,8 +724,7 @@ class PrintJobSerializer(NamespacedHMSerializer):
|
||||||
"""
|
"""
|
||||||
class Meta:
|
class Meta:
|
||||||
model = printer.JobWithOptions
|
model = printer.JobWithOptions
|
||||||
fields = ('file', 'filename', 'status', 'starttime', 'endtime', 'api_url')
|
exclude = ('price', 'pages')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# SERVICE REGEN
|
# SERVICE REGEN
|
||||||
|
|
Loading…
Reference in a new issue