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

[REF] [Import] Remove last in-between parser class #23227

Merged
merged 1 commit into from
Apr 17, 2022

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Apr 15, 2022

Overview

Remove last in-between parser class

Before

CRM_Event_Import_Parser_Participant extends CRM_Event_Import_Parser

After

Functionality moved over - directly extends parent

class CRM_Event_Import_Parser_Participant extends CRM_Import_Parser

Technical Details

Unlike the others this does have non-core refs in civihr & csvimport -
I suspect these are copy & paste rather than functional but will patch

Comments

compucorp/civihr#2993
eileenmcnaughton/nz.co.fuzion.csvimport@8071811

@civibot
Copy link

civibot bot commented Apr 15, 2022

(Standard links)

Unlike the others this does have non-core refs in civihr & csvimport -
I suspect these are copy & paste rather than functional but will patch
eileenmcnaughton added a commit to eileenmcnaughton/nz.co.fuzion.csvimport that referenced this pull request Apr 15, 2022
@eileenmcnaughton
Copy link
Contributor Author

test this please

@eileenmcnaughton eileenmcnaughton changed the title Remove last in-between parser class [REF] [Import] Remove last in-between parser class Apr 17, 2022
@colemanw
Copy link
Member

Merging, it's the same cleanup as the others.

@colemanw colemanw merged commit a029c8b into civicrm:master Apr 17, 2022
@eileenmcnaughton eileenmcnaughton deleted the inbetween_4 branch April 17, 2022 23:05
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