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