You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by rf...@apache.org on 2017/09/18 20:12:04 UTC

incubator-senssoft-useralejs git commit: Updated to use correct userid

Repository: incubator-senssoft-useralejs
Updated Branches:
  refs/heads/SENSSOFT-192 7087e06fc -> 8a7dd2012


Updated to use correct userid


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/commit/8a7dd201
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/8a7dd201
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/8a7dd201

Branch: refs/heads/SENSSOFT-192
Commit: 8a7dd20125c4866aea9e0df1f509ccaf80e13783
Parents: 7087e06
Author: Rob Foley <ro...@gmail.com>
Authored: Mon Sep 18 16:11:58 2017 -0400
Committer: Rob Foley <ro...@gmail.com>
Committed: Mon Sep 18 16:11:58 2017 -0400

----------------------------------------------------------------------
 src/UserALEWebExtension/background.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/8a7dd201/src/UserALEWebExtension/background.js
----------------------------------------------------------------------
diff --git a/src/UserALEWebExtension/background.js b/src/UserALEWebExtension/background.js
index a4ce487..4c813cf 100644
--- a/src/UserALEWebExtension/background.js
+++ b/src/UserALEWebExtension/background.js
@@ -69,7 +69,7 @@ function packageBrowserLog(type, logDetail) {
     'logType': 'raw',
     'userAction' : true,
     'details' : logDetail,
-    'userId' : globals.userId,
+    'userId' : globals.toolUser,
     'toolVersion': null,
     'toolName': null,
     'useraleVersion': null,