Commit b26d8ca7 authored by kpandey's avatar kpandey

Added flterExpression filed to get filterExpression value

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@196395 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e5d208e2
......@@ -946,6 +946,7 @@ public class DashboardUtil
filter.put("thumb_obj", checkNull(pophelpData.getThumbObj()));
filter.put("thumb_img_col", checkNull(pophelpData.getThumbImageCol()));
filter.put("thumb_alt_col", checkNull(pophelpData.getThumbAltCol()));
filter.put("filter_expr", checkNull(pophelpData.getFilterExpr()));
}
else {
filter.put("is_pophelp", false);
......
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