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

Merge branch 'cm_GroupTitle360Degree' into '2021.2.2'

cm_GroupTitle360Degree

See merge request xrm/basic!1544
parents dac9c522 2b828ba5
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