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

Fix issue with tasks after an Participant Search.

parent 0ac1cd11
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
* Fix broken CSV (etc) download buttons (!62)
* Fix unable to select relative date value in filter #56
* Fix issue with tasks after an Participant Search.
# Version 1.17
......
......@@ -91,7 +91,7 @@ class CRM_DataprocessorSearch_Form_ParticipantSearch extends CRM_DataprocessorSe
* @return bool
*/
protected function usePrevNextCache() {
return true;
return false;
}
/**
......
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