-
-
Notifications
You must be signed in to change notification settings - Fork 827
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
dev/core#4555 When using a Contribution Page with a Membership Price Set, the contribution amount information never shows on the thank you page #27330
Conversation
…Set, the contribution amount information never shows on the thank you page
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
The issue associated with the Pull Request can be viewed at https://lab.civicrm.org/dev/core/-/issues/4555 |
I noticed that this same info is missing on the confirmation page too, maybe the same changes are needed there? |
I know it's release day - but if this is a recent regression, should it go into the rc? I'm genuinely not sure tbh. |
I updated the confirm.tpl file too. |
@MegaphoneJon It doesn't look like a recent regression in the tpl. Maybe something changed in the form class though? |
There was change a few releases back that might relate - how confident are people with the change cos I think the rc would be good if people are confident - I see it has had a few eyes on |
I don't have my head wrapped around this $useForMember business, but maybe someone else does. If we're eliminating it from here, maybe it should also be eliminated from the membership online receipt, if the same change also had the same effect there (not sure, would have to be tested). Maybe it could even be eliminated entirely? I think the regression is in 5.61, so I'm not sure it absolutely needs to be in the RC. |
I agree with @larssandergreen. This fix works for the use cases I tested but I think it would be worth looking further into why it broke to begin with rather than rushing it into the RC. I can try and do that tomorrow to be more confident |
@alifrumin ok cool - there was a change in the assignemtn of |
I think the underlying problems was that I tried to figure out what useForMember meant & standardise behaviour in the related code - but it actually turned out to be one of those hacked variables that got a value shoved into it at various points to force specific behaviours |
As we are about to fork 5.66 I'm gonna merge this so it is in that rc - we can target further fixes at 5.66 & do any needed backports from there |
Thanks! |
Overview
More info in https://lab.civicrm.org/dev/core/-/issues/4555