Skip to content
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

Fix: links to transactions in contribution view not working #423

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarcMichalsky
Copy link
Contributor

After upgrading to CiviBanking version 0.8.1, and even after another upgrade to 1.1.0, the links to related transactions that used to appear in the contribution view have disappeared.

After some investigation I found out that the problem lies in accessing a protected property in the function that is supposed to inject the links into the contribution view.

I changed the protected property to the value in $_GET, which also works.

I wonder why this has not bothered anyone else until today.

@pfigel
Copy link
Contributor

pfigel commented Sep 23, 2024

This was fixed in 90f7c14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants