Commit aa6dd083 authored by dkasliwal's avatar dkasliwal

pass smartFilter selected value for drill down level dashboard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104629 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c0085c14
......@@ -717,7 +717,7 @@ public class SmartFiltrCreator extends Composite
}
/*Add idList Parameter to buildChart Method by Dhanendra on Date 23-11-2015*/
component.buildChart(filterdDataMap, dataDtl.getGridNMapMetData(jsonObjMetaData, viewOptionSelectd,parameterList),filterList,idList,childID);
component.buildChart(filterdDataMap, dataDtl.getGridNMapMetData(jsonObjMetaData, viewOptionSelectd,parameterList),filterList,idList,childID,selectedDataMap);
}
private void addMouseClickHndlr(Widget widget, final ArrayList<SmrtFilterInfo> smrtFltrDtlList)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment