Closed mmesiti closed 5 years ago
The problem I see is that fixing this without complete understanding of what's going on may cause security issues?
You almost certainly know this, but this is actually a problem in the funding source detail view, redirecting to list when user is unapproved.
exactly.
We worked out that this happens only when the funding source is not approved. When the funding source is approved, FundingSource.save
actually creates the pre-approved FundingSourceMembership
s for the creator (and the pi if necessary).
I think this is closable now…
looking at
funding/list/
, clicking on any funding source redirects tofunding/list
again. The issue lies inFundingsourceDetailView.user_passes_test
, that always returnsFalse
.