Skip to content
Snippets Groups Projects
Commit 29a8a7ba authored by uhensler's avatar uhensler
Browse files

OO-3844: Apply changed filter only to hatmap if it is visible

parent 520ee774
No related branches found
No related tags found
No related merge requests found
......@@ -304,10 +304,6 @@ public class AnalysisController extends BasicController implements TooledControl
reportHelper = null;
reportFigures = null;
if (heatMapCtrl != null) {
heatMapCtrl.onFilter(ureq, searchParams);
}
doOpenSegment(ureq, presentation.getAnalysisSegment());
}
......@@ -386,6 +382,8 @@ public class AnalysisController extends BasicController implements TooledControl
stackedDetailsPanel = new BreadcrumbedStackedPanel("forms", getTranslator(), heatMapCtrl);
stackedDetailsPanel.pushController(translate("analysis.details"), heatMapCtrl);
heatMapCtrl.setBreadcrumbPanel(stackedDetailsPanel);
} else {
heatMapCtrl.onFilter(ureq, presentation.getSearchParams());
}
mainVC.put(SEGMENTS_CMP, stackedDetailsPanel);
segmentButtonsCmp.setSelectedButton(heatMapLink);
......
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