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

dev/financial#152 [REF] Parse ids before sending to single function (minor simplification) #18631

Merged
merged 1 commit into from
Oct 10, 2020

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Minor simplification - parse ids into valid format & pass them into single, rather than passing them in wrong & 'asking' single to parse them

Before

parsing of ids into usable array done at the last minute, other values passes around unnecessarily

After

parsing done close to the point where they are derived

Technical Details

Comments

Overview
----------------------------------------
Minor simplification - parse ids into valid format & pass them into single, rather than passing them in wrong & 'asking' single to parse them

Before
----------------------------------------
parsing of ids into usable array done at the last minute, other values passes around unnecessarily

After
----------------------------------------
parsing done close to the point where they are derived

Technical Details
----------------------------------------

Comments
----------------------------------------
@civibot
Copy link

civibot bot commented Sep 28, 2020

(Standard links)

@civibot civibot bot added the master label Sep 28, 2020
@eileenmcnaughton eileenmcnaughton changed the title [REF] Parse ids before sending to single function (minor simplification) dev/financial#152 [REF] Parse ids before sending to single function (minor simplification) Oct 7, 2020
@colemanw
Copy link
Member

Ok.

@colemanw colemanw merged commit 6ed4a27 into civicrm:master Oct 10, 2020
@eileenmcnaughton eileenmcnaughton deleted the ppp branch October 10, 2020 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants