Skip to content

Commit

Permalink
Add Metadata to Test Template object (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
miggland authored Aug 23, 2023
1 parent d7042ad commit d7bb39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventree/part.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class PartAttachment(inventree.base.Attachment):
REQUIRED_KWARGS = ['part']


class PartTestTemplate(inventree.base.InventreeObject):
class PartTestTemplate(inventree.base.MetadataMixin, inventree.base.InventreeObject):
""" Class representing a test template for a Part """

URL = 'part/test-template'
Expand Down

0 comments on commit d7bb39b

Please sign in to comment.