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

Token changes #13174

Closed
wants to merge 7 commits into from
Closed

Token changes #13174

wants to merge 7 commits into from

Conversation

aydun
Copy link
Contributor

@aydun aydun commented Nov 29, 2018

Overview

A variety of changes affecting the TokenProcessor - see git commits. These are extracted from PR #12012 and new functionality is used in that PR

There are no user changes here.

@civibot
Copy link

civibot bot commented Nov 29, 2018

(Standard links)

@aydun
Copy link
Contributor Author

aydun commented Dec 5, 2018

@eileenmcnaughton The things left here now are fairly small. Can we consider these in one PR or do I need to split out further?

$fieldValue = civicrm_api3($entity, 'getvalue', array(
'return' => $customFieldName,
'id' => $entityID,
$record = civicrm_api3($entity, "getSingle", array(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not having a return does impact the speed of the api - esp on contribution.get -

@@ -71,14 +71,22 @@ public static function getSubscribedEvents() {

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I feel like I understand the changes to this file really well now :-) If you push them up separately I can merge them quick

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, now in #13278

@eileenmcnaughton
Copy link
Contributor

@aydun can you please rebase this?

@aydun
Copy link
Contributor Author

aydun commented Feb 25, 2019

@eileenmcnaughton The only piece of this now remaining is #13283 so I'll close this one. Getting that merged is the last item before rebasing #12012

@aydun aydun closed this Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants