Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-12603

grant pre hook invoked with wrong arg

    Details

    • Type: Patch
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.3.3
    • Fix Version/s: 4.3.4
    • Component/s: CiviGrant
    • Labels:
      None

      Description

      — a/CRM/Grant/Form/Grant.php
      +++ b/CRM/Grant/Form/Grant.php
      @@ -300,7 +300,7 @@ class CRM_Grant_Form_Grant extends CRM_Core_Form {
      }

      if ($this->_action & CRM_Core_Action::UPDATE)

      { - $ids['grant'] = $this->_id; + $ids['grant_id'] = $this->_id; }

      // get the submitted form values.

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              joemurray Joe Murray
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: