Skip to content

Member name bugfixes

Ghost User requested to merge member-name-bugfixes into master
  • project_member.str cannot return None (this was the cause of other errors)
  • calling save() explicitly in set_captain_as_member so that the data undergoes full_clean()
  • save() overrides existing member with the new one, so that name and is_admin are updated to the values user expects

Merge request reports