fix(assistance): Category can be empty for Project Task Ticket

ref: #537 #577
This commit is contained in:
2025-02-11 16:24:56 +09:30
parent 83dab570a8
commit 9a4521a604

View File

@ -28,6 +28,7 @@ class ProjectTaskTicketModelSerializer(
category = serializers.PrimaryKeyRelatedField(
allow_null = True,
queryset = TicketCategory.objects.filter(
project_task = True
),