feat(settings): Move Ticket Category from settings to ITOps menu

ref: #702 closes #565
This commit is contained in:
2025-04-09 13:37:27 +09:30
parent bdc4066a17
commit 9ebc65f3b3
2 changed files with 7 additions and 5 deletions

View File

@ -51,10 +51,6 @@ class Index(IndexViewset):
"name": "External Links",
"model": "external_link"
},
{
"name": "Ticket Category",
"model": "ticket_category"
},
{
"name": "Ticket Comment Category",
"model": "ticket_comment_category"