Ensure profiles are assigned to template, even when empty
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 18 Sep 2023 10:23:42 +0000 (22:23 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 18 Sep 2023 10:23:42 +0000 (22:23 +1200)
CRM/Event/Form/Registration.php

index 6c7752689b3e52e2f6c8d3c70c9cd9af5be2cc2b..84f61d77b5de8a9e44bd45db0731900de23e8a17 100644 (file)
@@ -493,6 +493,7 @@ class CRM_Event_Form_Registration extends CRM_Core_Form {
    */
   public function buildCustom($id, $name) {
     if (!$id) {
+      $this->assign($name, []);
       return;
     }