fix(core): add missing attribute view_description to related ticket log viewset
ref: #518
This commit is contained in:
@ -86,6 +86,8 @@ class ViewSet(ModelListRetrieveDeleteViewSet):
|
||||
|
||||
parent_model_pk_kwarg = 'ticket_id'
|
||||
|
||||
view_description: str = 'Related Tickets'
|
||||
|
||||
|
||||
def get_serializer_class(self):
|
||||
|
||||
|
Reference in New Issue
Block a user