fix(core): Add missing attribute view_description
to ticket comment category ViewSet
ref: #518
This commit is contained in:
@ -66,6 +66,8 @@ class ViewSet(ModelViewSet):
|
||||
|
||||
model = TicketCommentCategory
|
||||
|
||||
view_description: str = 'Categories available for Ticket Comments'
|
||||
|
||||
|
||||
def get_serializer_class(self):
|
||||
|
||||
|
Reference in New Issue
Block a user