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

ref: #518
This commit is contained in:
2025-02-06 17:36:35 +09:30
parent 9b1d3384cd
commit 59c541486d

View File

@ -70,6 +70,8 @@ class ViewSet(ModelViewSet):
model = TicketCategory
view_description: str = 'Categories available for tickets'
def get_serializer_class(self):