$this->assign('cdType', FALSE);
$this->assign('cgCount', $this->_groupCount);
- // Carry qf key, since this form is not inheriting core form (unclear is still the case).
- if ($qfKey = CRM_Utils_Request::retrieve('qfKey', 'String')) {
- $this->assign('qfKey', $qfKey);
- }
if (!is_array($this->_subType) && strstr($this->_subType, CRM_Core_DAO::VALUE_SEPARATOR)) {
$this->_subType = str_replace(CRM_Core_DAO::VALUE_SEPARATOR, ',', trim($this->_subType, CRM_Core_DAO::VALUE_SEPARATOR));
}
CRM_Custom_Form_CustomData::setGroupTree($this, $this->_subType, NULL, $this->_groupID);
+
+ $this->assign('suppressForm', TRUE);
+ $this->controller->_generateQFKey = FALSE;
}
/**