We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6708b6e commit f47e4ffCopy full SHA for f47e4ff
src/main/resources/META-INF/frontend/fc-orgchart.js
@@ -77,7 +77,7 @@ class FCOrgChart extends PolymerElement {
77
'nodeTemplate': nodeTemplate,
78
'createNode': function($node, data) {
79
$node.on('click', function() {
80
- currOrgChart.$server.onClick(data.id);
+ currOrgChart.$server.onClick(data.id.toString());
81
});
82
83
$node.on('mouseover', function(event) {
0 commit comments