-
-
Notifications
You must be signed in to change notification settings - Fork 825
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#4439 Fix price set select broken price attr regression #26870
dev/core#4439 Fix price set select broken price attr regression #26870
Conversation
Thank you for contributing to CiviCRM! ❤️ We will need to test and review the 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/4439 |
Works for me - and nice simple fix. Thank you Lars for the quick fix! @eileenmcnaughton Should this go in the RC and/or 5.63 branch? |
jenkins, test this please |
test error was:
|
@larssandergreen can you change the base to 5.63? |
58c402f
to
8eeef73
Compare
@colemanw Yes, I think this is now on 5.63. |
@larssandergreen I think there was a hiccup with the PR. I think maybe you switched the branches here on github, and it pulled all the changes from master to 5.63. To PR on an older branch, you have to |
@mlutfy OK, so in that case I would open a new PR and close this one? |
8eeef73
to
8639bda
Compare
@larssandergreen probably easier to open a new PR (there's probably a way, but for me this is a regular snafu). |
8639bda
to
17ed38c
Compare
OK, got it now to update this PR, needed to change to 5.63 both locally and on the PR itself as the target branch. |
yep looks good to me @colemanw is anything else required to also get it in the RC/master? |
@mlutfy @larssandergreen - the right process is to do the patch against the rc in the first instance for any regression (unless it is master only). We then forward merge the rc & if appropriate back port the patch. In this case the rc is 5.64 so that should have been the initial target branch. However, @seamuslee001 has already opened a PR to ensure this is in the rc so all good. |
Overview
Fixes regression due to #26375
Before
Price attribute for selects is broken as it is being put together per option, instead of for the whole select.
After
Price attribute for selects as before.