removed snippet check
This commit is contained in:
@ -9,8 +9,7 @@ class CRM_EntityTemplates_Utils {
|
||||
* @param object $form
|
||||
*/
|
||||
public static function preProcess($formName, &$form) {
|
||||
if (CRM_Utils_Request::retrieve('snippet', 'String')
|
||||
|| !($form->getVar('_action') & CRM_Core_Action::ADD)
|
||||
if (!($form->getVar('_action') & CRM_Core_Action::ADD)
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user