Merge pull request #14455 from civicrm/5.14
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 6 Jun 2019 07:45:04 +0000 (19:45 +1200)
committerGitHub <noreply@github.com>
Thu, 6 Jun 2019 07:45:04 +0000 (19:45 +1200)
5.14 to master

1  2 
CRM/Contact/BAO/Query.php
CRM/Contribute/Form/CancelSubscription.php
CRM/Contribute/Form/ContributionRecur.php
CRM/Event/Form/Registration/Confirm.php
CRM/Upgrade/Form.php
contributor-key.yml
release-notes.md

Simple merge
index 20aa64f1725f31f199ec74d1de6e668e420a5c0f,d37db2c0a35065a28703bfa1b15952f937e327c5..f5b26ce4e75a80700cc9fa56d4a8610266fbf2de
@@@ -114,17 -114,10 +121,19 @@@ class CRM_Contribute_Form_ContributionR
      return 'create';
    }
  
 +  /**
 +   * Get the entity id being edited.
 +   *
 +   * @return int|null
 +   */
 +  public function getEntityId() {
 +    return $this->contributionRecurID;
 +  }
 +
    /**
     * Set variables up before form is built.
+    *
+    * @throws \CRM_Core_Exception
     */
    public function preProcess() {
      $this->setAction(CRM_Core_Action::UPDATE);
Simple merge
Simple merge
Simple merge