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#1558 [REF] Remove deprecated code from CRM_Admin_Form_Preferences #16398

Merged
merged 1 commit into from
Jan 30, 2020

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Remove unused code from preferences form base class

Before

Code supporting $this->_varNames deprecated

After

Code supporting $this->_varNames removed

Technical Details

This form was cleaned up back in 2018 but all the stuff to handle $this->_varNames was deprecated rather than
removed in case extensions were leveraging it in some way. I'm removing it now although I commented rather
than removed a few lines that I suspect can also go

Comments

This form was cleaned up back in 2018 but all the stuff to handle ->_varNames was deprecated rather than
removed in case extensions were leveraging it in some way. I'm removing it now although I commented rather
than removed a few lines that I suspect can also go
@civibot
Copy link

civibot bot commented Jan 28, 2020

(Standard links)

@civibot civibot bot added the master label Jan 28, 2020
@eileenmcnaughton
Copy link
Contributor Author

test this please

@yashodha
Copy link
Contributor

@eileenmcnaughton all the tests pass. I reckon this is ready to merge.

@eileenmcnaughton eileenmcnaughton changed the title [REF] Remove deprecated code from CRM_Admin_Form_Preferences dev/core#1558 [REF] Remove deprecated code from CRM_Admin_Form_Preferences Jan 29, 2020
@seamuslee001
Copy link
Contributor

I reviewed this and agree with @yashodha 's comment, these have been generating notices for a while and if someone had an issue i am sure they would have piped up now

@seamuslee001 seamuslee001 merged commit a5c7f85 into civicrm:master Jan 30, 2020
@eileenmcnaughton eileenmcnaughton deleted the pref_form branch January 30, 2020 04:54
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