Spaces:
Sleeping
Sleeping
Allow users to update id_number by adding it to SELF_EDITABLE_SECTIONS
Browse files
src/app/services/profile_service.py
CHANGED
|
@@ -28,7 +28,7 @@ class ProfileService:
|
|
| 28 |
SELF_EDITABLE_SECTIONS = {
|
| 29 |
'basic_info': [
|
| 30 |
'name', 'phone', 'phone_alternate', 'display_name',
|
| 31 |
-
'emergency_contact_name', 'emergency_contact_phone'
|
| 32 |
],
|
| 33 |
'health_info': 'all',
|
| 34 |
'ppe_sizes': 'all',
|
|
|
|
| 28 |
SELF_EDITABLE_SECTIONS = {
|
| 29 |
'basic_info': [
|
| 30 |
'name', 'phone', 'phone_alternate', 'display_name',
|
| 31 |
+
'emergency_contact_name', 'emergency_contact_phone', 'id_number'
|
| 32 |
],
|
| 33 |
'health_info': 'all',
|
| 34 |
'ppe_sizes': 'all',
|