fix(itim): Add missing attribuite to problem ticket viewset

ref: #518
This commit is contained in:
2025-02-06 21:01:47 +09:30
parent 68a2ca73cc
commit f29a8ebc23

View File

@ -81,3 +81,5 @@ class ViewSet(TicketViewSet):
"""
_ticket_type: str = 'Problem'
view_description = 'Problem Tickets'