remove allow null for available_for_events
This commit is contained in:
parent
ee8dc65f0b
commit
b74590ce75
|
|
@ -430,7 +430,7 @@ class EmployeeBackSerializers(PhoneMixinSerializer, serializers.ModelSerializer)
|
|||
]
|
||||
extra_kwargs = {
|
||||
'phone': {'write_only': True},
|
||||
'available_for_events': {'required': False, 'allow_null': True}
|
||||
'available_for_events': {'required': False}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user