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

Can't modify exisitng participation record

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.1.3
    • Fix Version/s: 3.1.4
    • Component/s: CiviEvent
    • Labels:
      None

      Description

      http://forum.civicrm.org/index.php/topic,12697.0.html

      If you try to edit a participation record to change any field you get an error saying 'price set is a required field'.

      It seems that the reason is that if the priceset code is called from register.php (CRM\Event\Form\Registration ) the partcipation id is

      $form->participantId

      but from participant.php (CRM\Event\Form) the participant id is

      $form->id

      The patch on the forum changes the code to accept this second variation but it seems to me these forms should be more uniform in their references to the participant ID?

        Attachments

          Activity

            People

            • Assignee:
              neha.saraph Neha Kulkarni
              Reporter:
              eileen Eileen McNaughton
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: