perf: ticket applicant (#9205)

Co-authored-by: feng <1304903146@qq.com>
pull/9208/head
fit2bot 2 years ago committed by GitHub
parent f42c0f667d
commit 7b0d26bbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,6 @@ class TicketApplySerializer(TicketSerializer):
org_id = serializers.CharField(
required=True, max_length=36, allow_blank=True, label=_("Organization")
)
applicant = serializers.CharField(required=False, allow_blank=True)
def get_applicant(self, applicant_id):
current_user = self.context['request'].user

Loading…
Cancel
Save