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/core#2115 Move filtering of unpermitted options for reports/ search select to financialacl extension #18849

Merged
merged 1 commit into from
Oct 28, 2020

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Builds on #18848 & should be rebased once that is merged

Before

Use of specific function

 'options' => CRM_Financial_BAO_FinancialType::getAvailableFinancialTypes(),

After

Generic function with hook

 'options' =>  CRM_Contribute_BAO_Contribution::buildOptions('financial_type_id', 'search'),

Technical Details

Comments

@civibot
Copy link

civibot bot commented Oct 23, 2020

(Standard links)

@civibot civibot bot added the master label Oct 23, 2020
@eileenmcnaughton eileenmcnaughton changed the title @eileenmcnaughton Move filtering of unpermitted options for reports/ search select to financialacl extension Move filtering of unpermitted options for reports/ search select to financialacl extension Oct 23, 2020
@seamuslee001
Copy link
Contributor

@eileenmcnaughton can you rebase?

@seamuslee001
Copy link
Contributor

unless it is already

@eileenmcnaughton
Copy link
Contributor Author

thanks @seamuslee001 done now. As an aside I think ideally extended reports & the IATs report would get the same updates once agreed. There are some other places in Civi too but they were not as obviously straightforward

@mattwire mattwire merged commit f949283 into civicrm:master Oct 28, 2020
@eileenmcnaughton eileenmcnaughton deleted the finacl2 branch October 28, 2020 20:09
@eileenmcnaughton eileenmcnaughton changed the title Move filtering of unpermitted options for reports/ search select to financialacl extension dev/core#2115 Move filtering of unpermitted options for reports/ search select to financialacl extension Oct 30, 2020
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