refactor(core): Update URL route name for Role TicketCommentBase

ref: #870 #865
This commit is contained in:
2025-07-13 23:07:05 +09:30
parent 9df5a5898e
commit 815075174a
4 changed files with 10 additions and 10 deletions

View File

@ -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,