turn pendo tracking off in settings when checkbox is unchecked

This commit is contained in:
John Mitchell 2018-03-06 11:44:14 -05:00
parent 5f4f4a2fb9
commit 2b4a53147e
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -110,6 +110,8 @@ export default
if ($scope.newLicense.pendo) {
pendoService.updatePendoTrackingState('detailed');
pendoService.issuePendoIdentity();
} else {
pendoService.updatePendoTrackingState('off');
}
if ($rootScope.licenseMissing === true) {