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

#1072390-360DegreeKontextTitle use translated Title

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