From c2c4d92ce7e0456d590869dd3eccb376f228513e Mon Sep 17 00:00:00 2001 From: Cora Johnson-Roberson Date: Wed, 18 Nov 2015 11:27:33 -0800 Subject: [PATCH] add method and function to JSON --- main/webapp/modules/core/scripts/dialogs/clustering-dialog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/webapp/modules/core/scripts/dialogs/clustering-dialog.js b/main/webapp/modules/core/scripts/dialogs/clustering-dialog.js index 9456f9c03..4bf3b9d4f 100644 --- a/main/webapp/modules/core/scripts/dialogs/clustering-dialog.js +++ b/main/webapp/modules/core/scripts/dialogs/clustering-dialog.js @@ -389,6 +389,8 @@ ClusteringDialog.prototype._export = function() { 'projectName': projectName, 'columnName': columnName, 'timeStamp': timeStamp, + 'clusterMethod': this._method, + 'keyingFunction': this._function, 'clusters': clusters, }; var data = "text/json;charset=utf-8," + encodeURIComponent(JSON.stringify(obj));