Skip to content

Commit

Permalink
fix(assistance): Category can be empty for Project Task Ticket
Browse files Browse the repository at this point in the history
ref: #537 #577
  • Loading branch information
jon-nfc committed Feb 14, 2025
1 parent 842f67b commit fa971be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/project_management/serializers/project_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class ProjectTaskTicketModelSerializer(


category = serializers.PrimaryKeyRelatedField(
allow_null = True,
queryset = TicketCategory.objects.filter(
project_task = True
),
Expand Down

0 comments on commit fa971be

Please sign in to comment.