fix(core): add missing attribute view_description to ticket comment viewset
ref: #518
This commit is contained in:
@ -183,6 +183,8 @@ class ViewSet(ModelViewSet):
|
||||
|
||||
parent_model_pk_kwarg = 'ticket_id'
|
||||
|
||||
view_description = 'Comments made on Ticket'
|
||||
|
||||
|
||||
def get_queryset(self):
|
||||
|
||||
|
Reference in New Issue
Block a user