show tickets filtered by active event
All checks were successful
/ test (push) Successful in 57s
/ deploy (push) Successful in 3m42s

This commit is contained in:
j3d1 2024-11-17 00:16:54 +01:00
parent 147fc9cf86
commit 9adaa62c89
8 changed files with 175 additions and 198 deletions

View file

@ -55,8 +55,6 @@ class IssueSerializer(serializers.ModelSerializer):
ret = super().to_internal_value(data)
if 'state' in data:
ret['state'] = data['state']
# if 'assigned_to' in data:
# ret['assigned_to'] = data['assigned_to']
return ret
def validate(self, attrs):