Fix possibly unefined $form variables in smarty templates
authorColeman Watts <coleman@civicrm.org>
Tue, 5 Oct 2021 23:47:29 +0000 (19:47 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 5 Oct 2021 23:47:29 +0000 (19:47 -0400)
commit633ce2862e69db4a242721655bd13c00f3663b4c
treeff9a8b850620170876deb73401e399d0d24d3d27
parent984e4ccf5431d5bffff5ce054de77de5b34d130a
Fix possibly unefined $form variables in smarty templates

Referencing a property of the $form in smarty is almost always going to be undefined
if it hasn't been set on the form, so this fixes a bad pattern of not using empty()
to guard against e-notices.
53 files changed:
ext/eventcart/templates/CRM/Event/Cart/Form/Checkout/Payment.tpl
ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/MultipleValuesCriteria.tpl
templates/CRM/Activity/Form/Search/Common.tpl
templates/CRM/Admin/Form/Navigation.tpl
templates/CRM/Admin/Form/PaymentProcessor.tpl
templates/CRM/Admin/Form/Preferences/Display.tpl
templates/CRM/Admin/Form/PreferencesDate.tpl
templates/CRM/Admin/Form/Setting/Localization.tpl
templates/CRM/Admin/Form/Setting/UF.tpl
templates/CRM/Campaign/Form/ResultOptions.tpl
templates/CRM/Case/Form/Activity.tpl
templates/CRM/Case/Form/ActivityTab.tpl
templates/CRM/Case/Form/Case.tpl
templates/CRM/Case/Form/Search/Common.tpl
templates/CRM/Contact/Form/Edit/Individual.tpl
templates/CRM/Contact/Form/Inline/ContactName.tpl
templates/CRM/Contact/Form/OnBehalfOf.tpl
templates/CRM/Contact/Form/Search/BasicCriteria.tpl
templates/CRM/Contact/Form/Search/ContactSearchFields.tpl
templates/CRM/Contact/Form/Search/Criteria/DisplaySettings.tpl
templates/CRM/Contact/Form/Search/Criteria/Location.tpl
templates/CRM/Contact/Form/Search/Criteria/SearchSettings.tpl
templates/CRM/Contact/Form/Task/AddToGroup.tpl
templates/CRM/Contact/Form/Task/Email.tpl
templates/CRM/Contact/Form/Task/PDFLetterCommon.tpl
templates/CRM/Contact/Form/Task/SaveSearch.tpl
templates/CRM/Contact/Import/Form/Preview.tpl
templates/CRM/Contribute/Form/Contribution.tpl
templates/CRM/Contribute/Form/Contribution/Main.tpl
templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl
templates/CRM/Contribute/Form/ContributionPage/Amount.tpl
templates/CRM/Contribute/Page/Widget.tpl
templates/CRM/Custom/Form/Field.tpl
templates/CRM/Custom/Form/Optionfields.tpl
templates/CRM/Event/Form/EventFees.tpl
templates/CRM/Event/Form/ManageEvent/EventInfo.tpl
templates/CRM/Event/Form/ManageEvent/Registration.tpl
templates/CRM/Event/Form/Registration/Register.tpl
templates/CRM/Event/Form/SelfSvcTransfer.tpl
templates/CRM/Event/Form/Task/AddToGroup.tpl
templates/CRM/Export/Form/Select.tpl
templates/CRM/Financial/Form/BatchTransaction.tpl
templates/CRM/Form/attachment.tpl
templates/CRM/Form/body.tpl
templates/CRM/Group/Form/Edit.tpl
templates/CRM/Mailing/Form/Search.tpl
templates/CRM/Member/Form/MembershipBlock.tpl
templates/CRM/Member/Form/Search/Common.tpl
templates/CRM/PCP/Form/PCP.tpl
templates/CRM/Pledge/Form/Pledge.tpl
templates/CRM/Price/Form/Option.tpl
templates/CRM/Tag/Form/Edit.tpl
templates/CRM/common/CMSUser.tpl