-
-
Notifications
You must be signed in to change notification settings - Fork 824
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#2486 Add v4 batch api #19931
Conversation
(Standard links)
|
tests/phpunit/BatchTest.php
Outdated
@@ -17,7 +17,6 @@ | |||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eileenmcnaughton why are you moving this file? i'm not sure if it will then be picked up because the class name doesn't match the file name then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ug that was an opps / ide trying to fix up psr issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seamuslee001 fixed
This failed because 'title' is not required but 'kinda is' in the BAO I made it required - but I haven't done the upgrade script as it would conflict with #19512 In addition I'm leaning around 80% towards using a hash as a default for title in the BAO since I feel like batches don't super need meaningful titles What do you think @seamuslee001 @colemanw - this is the line civicrm-core/CRM/Batch/BAO/Batch.php Line 46 in 3e42836
|
I think supplying a random string as name is fine if ommitted. |
@colemanw OK it will now do 'batch_ref' + a random number |
Overview
dev/core#2486 Add v4 batch api
Before
the abyss
After
tada
Technical Details
Comments