feat(core): Add ticket_comment_category slash command

ref: #690 closes #600
This commit is contained in:
2025-03-17 15:40:56 +09:30
parent 20d979963a
commit 105e6509b0
4 changed files with 29 additions and 13 deletions

View File

@ -229,6 +229,14 @@ For this command to process the following conditions must be met:
item_type = TicketLinkedItem.Modules.TICKET_CATEGORY
elif model_type == 'ticket_comment_category':
from core.models.ticket.ticket_comment_category import TicketCommentCategory
model = TicketCommentCategory
item_type = TicketLinkedItem.Modules.TICKET_COMMENT_CATEGORY
return tuple([
model,