fix(core): Add missing attribute view_description to ticket comment category ViewSet

ref: #518
This commit is contained in:
2025-02-06 17:36:48 +09:30
parent 59c541486d
commit 02595ca010

View File

@ -66,6 +66,8 @@ class ViewSet(ModelViewSet):
model = TicketCommentCategory
view_description: str = 'Categories available for Ticket Comments'
def get_serializer_class(self):