LesFruitsDefendus / saskatoon-ng

The new generation Saskatoon harverst management system
GNU Affero General Public License v3.0
10 stars 24 forks source link

Fix invitation_sent not set to True after registration email #401

Closed 2ynn closed 1 month ago

2ynn commented 1 month ago

if registration email was successfully sent, the onboarding groups should have their invitation_sent field set to True https://github.com/LesFruitsDefendus/saskatoon-ng/blob/2e0c773b8566ba2c3653e688bc21d7d65fb21616/saskatoon/member/admin.py#L506

e.g.:

+            queryset.update(invitation_sent=True)