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

Merge branch 'cherry-pick-5374538c' into '1.0.x'

Merge branch 'fixfilterfunctionnotice' into 'master'

See merge request extensions/dataprocessor!25
parents d4a28c3b bd4cab8f
No related branches found
No related tags found
No related merge requests found
...@@ -167,10 +167,12 @@ class CaseRoleFilter extends AbstractFieldFilterHandler { ...@@ -167,10 +167,12 @@ class CaseRoleFilter extends AbstractFieldFilterHandler {
* Add the elements to the filter form. * Add the elements to the filter form.
* *
* @param \CRM_Core_Form $form * @param \CRM_Core_Form $form
* @param array $defaultFilterValue
*
* @return array * @return array
* Return variables belonging to this filter. * Return variables belonging to this filter.
*/ */
public function addToFilterForm(\CRM_Core_Form $form) { public function addToFilterForm(\CRM_Core_Form $form, $defaultFilterValue) {
$fieldSpec = $this->getFieldSpecification(); $fieldSpec = $this->getFieldSpecification();
$operations = $this->getOperatorOptions($fieldSpec); $operations = $this->getOperatorOptions($fieldSpec);
......
...@@ -154,10 +154,12 @@ class ContactInGroupFilter extends AbstractFieldFilterHandler { ...@@ -154,10 +154,12 @@ class ContactInGroupFilter extends AbstractFieldFilterHandler {
* Add the elements to the filter form. * Add the elements to the filter form.
* *
* @param \CRM_Core_Form $form * @param \CRM_Core_Form $form
* @param array $defaultFilterValue
*
* @return array * @return array
* Return variables belonging to this filter. * Return variables belonging to this filter.
*/ */
public function addToFilterForm(\CRM_Core_Form $form) { public function addToFilterForm(\CRM_Core_Form $form, $defaultFilterValue) {
$fieldSpec = $this->getFieldSpecification(); $fieldSpec = $this->getFieldSpecification();
$operations = $this->getOperatorOptions($fieldSpec); $operations = $this->getOperatorOptions($fieldSpec);
......
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