Skip to content
Snippets Groups Projects
Commit 18b928a6 authored by jaapjansma's avatar jaapjansma
Browse files

made is primary not required.

parent 0c4be43c
No related branches found
No related tags found
No related merge requests found
......@@ -30,18 +30,6 @@ class EmailSource extends AbstractCivicrmEntitySource {
return 'civicrm_email';
}
/**
* Returns an array with the names of required configuration filters.
* Those filters are displayed as required to the user
*
* @return array
*/
protected function requiredConfigurationFilters() {
return array(
'is_primary',
);
}
/**
* Returns the default configuration for this data source
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment