refactor(core): Update URL route name for Role TicketCommentBase
ref: #870 #865
This commit is contained in:
@ -92,7 +92,7 @@ class ModelSerializer(
|
||||
|
||||
urls.update({
|
||||
'threads': reverse(
|
||||
'API:_api_v2_ticket_comment_base_sub_thread-list',
|
||||
'API:_api_ticket_comment_base_sub_thread-list',
|
||||
request = self._context['view'].request,
|
||||
kwargs={
|
||||
'ticket_id': ticket_id,
|
||||
|
Reference in New Issue
Block a user