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#4112 Separate code to handle exporting legacy custom searches into the extension #25504

Merged
merged 1 commit into from Apr 13, 2023

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

dev/core#4112 Separate code to handle exporting legacy custom searches into the extension

Before

Main Export class does a call to a custom function for legacy custom searches (which calls CiviExit and quietly never returns https://github.com/civicrm/civicrm-core/compare/master...eileenmcnaughton:civicrm-core:cust_ex?expand=1#diff-5daa4963e0d6e7e84b8cd46c8ea1968cc88e2cb58ef3fe9abb701fb1dad62417L71

After

legacy custom search export function moved to the extension & the Core_Controller directs the code to the use that function

Technical Details

Part of separating the legacy custom searches such that we can start to allow them to be disabled - https://lab.civicrm.org/dev/core/-/issues/4112

Comments

@civibot
Copy link

civibot bot commented Feb 6, 2023

No issue was found matching the number given in the pull request title. Please check the issue number.

@civibot
Copy link

civibot bot commented Feb 6, 2023

(Standard links)

@colemanw
Copy link
Member

Good to move that code out of core. Giving merge-ready as I think it's better merged than not, but want to give time if anyone has feedback.

@colemanw colemanw added the merge ready PR will be merged after a few days if there are no objections label Mar 28, 2023
@eileenmcnaughton
Copy link
Contributor Author

@colemanw might be an ok time in the cycle to get this merged

@colemanw colemanw merged commit 5fe817d into civicrm:master Apr 13, 2023
@colemanw colemanw deleted the cust_ex branch April 13, 2023 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master merge ready PR will be merged after a few days if there are no objections
Projects
None yet
2 participants