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 - Remove unnecessary custom getActions class #20181

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

colemanw
Copy link
Member

Overview

Removes another unnecessary custom APIv4 class which is handled by generic.

Before

Redundant class

After

Bites the dust

Technical Details

The generic function works fine with custom entities.

The class override was not needed; the generic function works fine with custom entities.
@civibot
Copy link

civibot bot commented Apr 28, 2021

(Standard links)

@civibot civibot bot added the master label Apr 28, 2021
@eileenmcnaughton
Copy link
Contributor

@colemanw I'm assuming we have test cover?

@colemanw
Copy link
Member Author

Yes @eileenmcnaughton this would cause pretty massive test failures if it didn't work.

@seamuslee001
Copy link
Contributor

Looks good to me merging

@seamuslee001 seamuslee001 merged commit ca4f796 into civicrm:master Apr 29, 2021
@seamuslee001 seamuslee001 deleted the anotherOneBitesTheDust branch April 29, 2021 00: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.

3 participants