fix another serializer issue

This commit is contained in:
Matthias Mair 2025-10-13 10:34:07 +02:00
parent 01bfa8aa01
commit 3eb71063f4
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ class BuildSerializer(
project_code = can_filter(
CfIntegerField(
allow_null=True,
required=False,
label=_('Project Code'),
help_text=_('Project code for this build order'),
),