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

dev/core#3826 Fix regression on contribution search tasks in search-kit #24593

Merged
merged 1 commit into from
Sep 24, 2022

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Sep 23, 2022

Overview

dev/core#3826 Fix regression on contribution search tasks in search-kit

When switching from GET to POST calls (to support greater numbers of ids) the fix required the qfKey to be set in search-kit. However, the selected class name for the qfKey for contribution tasks was wrong - leading to a validation error

https://lab.civicrm.org/dev/core/-/issues/3826

Before

Contribution search tasks no longer work from search kit

After

They---'re back - did you miss them?

Technical Details

@demeritcowboy this returns it to working for core tasks - which feels like the priority - but I'm not sure what has been happening in the extension space

Comments

When switching from GET to POST calls (to support greater numbers of ids)
the fix required the qfKey to be set in search-kit. However, the
selected class name for the qfKey for contribution tasks
was wrong - leading to a validation error
@civibot
Copy link

civibot bot commented Sep 23, 2022

(Standard links)

@civibot civibot bot added the 5.54 label Sep 23, 2022
@demeritcowboy demeritcowboy merged commit 24e308a into civicrm:5.54 Sep 24, 2022
@demeritcowboy demeritcowboy mentioned this pull request Sep 24, 2022
@colemanw colemanw deleted the regress branch September 24, 2022 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants