fix(core): add missing attribute view_description to ticket comment viewset

ref: #518
This commit is contained in:
2025-02-06 19:21:29 +09:30
parent a32713f6b7
commit 241f18a055

View File

@ -183,6 +183,8 @@ class ViewSet(ModelViewSet):
parent_model_pk_kwarg = 'ticket_id'
view_description = 'Comments made on Ticket'
def get_queryset(self):