-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anonymous donos from previous donors are using their previously listed alias #429
Comments
If a previous donor submits another donation with an anonymous alias, it shows up in the tracker listed under their previously used alias |
What page does this occur on? |
"Process Donations" & "Read Donations" |
Hello everyone. I hope this helps a little. I have been investigating a similar issue and although I cannot reconstruct how this exact issue may have occurred (except if there was another anonymous donation by the donor after the pseudonymised donation), the following proposed solution for the other mentioned issue should fix this one, too. Please note that the following might only be true in regard to donations via paypal. Also, I have not evaluated whether a set preferred email might affect this process, yet. The problem seems to be that the Donation visibility is actually bound to the Donor object. This means that the Donor visibility changes with every other donation when the donator does not choose 'CURR' (use existing) for the requested visibility. A way to achieve this would be to handle the donation visibility on the Donation object (as the member exists anyway). But this adds some more things that would need to be addressed:
I will try to experiment a little more with this, but it is currently not so easy as the paypal sandbox donations don't seem to be processed by the backend in my local dev environment which causes the Donor creation part to be skipped and leaving me with 'pending' transactions. |
FYI, a stop-gap solution for this is likely going to happen in #556. The main thing we want to address is donation readers being shown a name different from what was entered on the donation form and incidentally saying names of people who don't want to be attributed. This PR will not affect any of the list pages like |
No description provided.
The text was updated successfully, but these errors were encountered: