civicrm / org.civicrm.contactlayout

Customize the contact summary screen
Other
15 stars 20 forks source link

org.civicrm.contactlayout 2.1 and CiviCRM 5.53.0 causes PHP fatal error: Declaration of CRM_Contactlayout_Form_Inline_ProfileBlock::buildQuickForm() must be compatible with CRM_Profile_Form_Edit::buildQuickForm #121

Closed agileware-justin closed 2 years ago

agileware-justin commented 2 years ago

org.civicrm.contactlayout 2.1 and CiviCRM 5.53.0 causes PHP fatal error.

Fatal error: Declaration of CRM_Contactlayout_Form_Inline_ProfileBlock::buildQuickForm() must be compatible with CRM_Profile_Form_Edit::buildQuickForm(): void in /public_html/wp-content/plugins/civicrm/civicrm/ext/org.civicrm.contactlayout/CRM/Contactlayout/Form/Inline/ProfileBlock.php on line 28

On the plus side, this seems to be fixed in the MASTER version. Would be good to bump the version and tag a release.

Agileware Ref: CIVICRM-2040

agileware-justin commented 2 years ago

@colemanw I think @demeritcowboy already fixed this issue in https://github.com/civicrm/org.civicrm.contactlayout/commit/6f93371a4e82ed17ef49f845fb039b9e5994449f

Would be good to bump the version and tag a release

colemanw commented 2 years ago

Ok done.

agileware-justin commented 2 years ago

Thanks very much @colemanw