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

Fixed issue with loading menu items.

parent 83b2787d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
* Added Contribution Count Field Output Handler.
* Fixed issue with importing/exporting of data processor.
* Fixed issue with participant data source.
* Fixed issue with loading menu items.
# Version 1.26
......
......@@ -62,7 +62,7 @@ class UIOutputHelper {
SELECT DISTINCT o.id as output_id, o.type, p.id as dataprocessor_id
FROM civicrm_data_processor_output o
INNER JOIN civicrm_data_processor p ON o.data_processor_id = p.id
WHERE p.is_active = 1 and p.id = 9
WHERE p.is_active = 1
");
while ($dao->fetch()) {
$outputClass = $factory->getOutputByName($dao->type);
......
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