Skip to content

Commit

Permalink
Show matrix id instead of pentabarf user
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw committed Feb 2, 2024
1 parent 2a17420 commit 69232ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volunteers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class VolunteerAdmin(admin.ModelAdmin):
fields = ['user', 'full_name', 'email', 'mobile_nbr', 'private_staff_rating', 'private_staff_notes',
'penta_account_name']
# inlines = (VolunteerCategoryInline, VolunteerTaskInline)
list_display = ['full_name', 'mobile_nbr', 'penta_account_name', 'email', 'private_staff_rating', 'private_staff_notes']
list_display = ['full_name', 'mobile_nbr', 'matrix_id', 'email', 'private_staff_rating', 'private_staff_notes']
list_editable = ['private_staff_rating', 'private_staff_notes', 'mobile_nbr']
list_filter = [MyVolunteersFilter, TaskCategoryFilter, ThisYearsVolunteersFilter,
TaskFilter, 'private_staff_rating']
Expand Down

0 comments on commit 69232ab

Please sign in to comment.