mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 10:18:42 +00:00
Fix serializer
This commit is contained in:
@@ -809,7 +809,7 @@ class AttachmentSerializer(FilterableSerializerMixin, InvenTreeModelSerializer):
|
|||||||
return super().save(**kwargs)
|
return super().save(**kwargs)
|
||||||
|
|
||||||
|
|
||||||
class NoteSerializer(InvenTreeModelSerializer):
|
class NoteSerializer(FilterableSerializerMixin, InvenTreeModelSerializer):
|
||||||
"""Serializer for the Note model."""
|
"""Serializer for the Note model."""
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|||||||
Reference in New Issue
Block a user