-
-
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
CRM-18191 CRM-19064 refactor bizareness from PCP create to enable api… #8697
Conversation
@PalanteJon - this PR should make your PCP api work properly |
I checked this patch against my pcp api ( #9012 ) The change is actually minimal: // line 171
// from
'pcp_id' => array(
//to
'p_c_p_id' => array( but this class is automatically generated, so I suppose the generator is to be patched in ordered to cope to the non standard "PCP" name. |
… fn. This add function is really wierd & blocking writing an api for pcp - this will get past issues in civicrm#7878
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.
As long as tests pass I think this should be good to merge.
Added merge on pass per review by @seamuslee001 & @ggargani There is a follow up PR for the api |
Mayeb I am looking in the wrong place but I still dont see tests for the api |
test failure unrelated can be merged |
@seamuslee001 are there api tests in the other PR - or just the SyntaxConformance ones? |
… fn.
This add function is really wierd & blocking writing an api for pcp - this will get past issues in #7878