Commit 19fefdbb authored by pborate's avatar pborate

Updated changes for filter type 7


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201771 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c5a39d75
......@@ -861,7 +861,10 @@ public class DashboardUtil
System.out.println("default value "+fil);
System.out.println("Inside type processDashboardFilter>>>>>>"+type);
JSONObject popHelpData = new JSONObject();
if(type.equalsIgnoreCase("1")) {
//Added by Priyanka B 7 JUN 2019 Start
if(type.equalsIgnoreCase("1") || type.equalsIgnoreCase("7"))
//Added by Priyanka B 7 JUN 2019 End
{
System.out.println("Inside if processDashboardFilter::::");
fil=processPophelpData(colName, modName,fil);
}
......
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