kamau1 commited on
Commit
396b031
·
1 Parent(s): 1b0df88

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',