Skip to content
Snippets Groups Projects
Commit 2b828ba5 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

cm_GroupTitle360Degree

parent 6b832aae
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ function _get360Data(pContactId, pContextList) ...@@ -45,7 +45,7 @@ function _get360Data(pContactId, pContextList)
var filter = vars.get("$sys.filter"); var filter = vars.get("$sys.filter");
for(var context in pContextList) for(var context in pContextList)
{ {
var group = context var group = ContextUtils.getEntityTitle(context)
if(pContextList[context].hasOwnProperty("setGroupBy") && pContextList[context].hasOwnProperty("groupByKeyword")) if(pContextList[context].hasOwnProperty("setGroupBy") && pContextList[context].hasOwnProperty("groupByKeyword"))
var groupKeyword = Utils.objectFromMap(new Map(KeywordUtils.getEntryArray(pContextList[context]["groupByKeyword"]))); var groupKeyword = Utils.objectFromMap(new Map(KeywordUtils.getEntryArray(pContextList[context]["groupByKeyword"])));
......
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