-
-
Notifications
You must be signed in to change notification settings - Fork 821
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 dev/core#4959 - Handle extra whitespace in scheduled job params #29296
Conversation
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
@colemanw CRM_Core_JobManagerTest::testHookCron /home/homer/buildkit/build/build-0/web/sites/all/modules/civicrm/CRM/Core/BAO/Job.php:129 |
@colemanw do we have a back port here? |
@eileenmcnaughton I was kinda hoping @jmcclelland would verify this fixes the issue before we had to release it but it certainly isn't going to hurt anything so it's fine that you merged. At worst it will do nothing. |
Anyway here is a backport ^ |
Overview
Fixes https://lab.civicrm.org/dev/core/-/issues/4959
Before
Extra newlines in scheduled job parameters (textarea) cause errors.
After
No errors.
Technical Details
This regressed with ebe5df9