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

APIv4 - Fix incorrect placement of decodeRows in loop #22413

Merged
merged 1 commit into from
Jan 8, 2022

Conversation

colemanw
Copy link
Member

@colemanw colemanw commented Jan 7, 2022

Overview

APIv4 - fix misplaced code which degrades performance.

Technical Details

The funciton is designed to loop through all items, so needs to be placed outside the loop that creates the items.

The funciton is designed to loop through all items, so needs to be placed
outside the loop that creates the items.
@civibot
Copy link

civibot bot commented Jan 7, 2022

(Standard links)

@eileenmcnaughton
Copy link
Contributor

yep, makes sense

@eileenmcnaughton eileenmcnaughton merged commit d570ed4 into civicrm:master Jan 8, 2022
@eileenmcnaughton eileenmcnaughton deleted the fixDecodeRows branch January 8, 2022 01:43
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