Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Cannot Reproduce
-
None
-
None
Description
In Region View screen, when you hover over the members for the region on the left, the stats and charts do not have any data if the member name contains hyphens or other special cha.
The fix is to replace occurences of .' + memberName + '. with ["' + memberName + '"]. in PulseCallbacks.js and RegionView.js, forcing the name to be treated as single string.
example diff for one of the lines:
- key = 'memberOnRegionJson.' + memberName + '.entryCount'; + key = 'memberOnRegionJson["' + memberName + '"].entryCount';
Attachments
Issue Links
- links to