Ensure context is always assigned
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 26 Nov 2021 03:12:51 +0000 (16:12 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 26 Nov 2021 03:16:14 +0000 (16:16 +1300)
CRM/Core/Form.php

index c3db10f33b66fa5206f5cd7ed80b4ed92f657f1f..9fdf2e86683d522bf8147618b959888e40997978 100644 (file)
@@ -277,6 +277,8 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
     'infoTitle',
     'infoType',
     'infoOptions',
+    // required for attachmentjs.tpl
+    'context',
   ];
 
   /**