mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
turn pendo tracking off in settings when checkbox is unchecked
This commit is contained in:
@@ -110,6 +110,8 @@ export default
|
||||
if ($scope.newLicense.pendo) {
|
||||
pendoService.updatePendoTrackingState('detailed');
|
||||
pendoService.issuePendoIdentity();
|
||||
} else {
|
||||
pendoService.updatePendoTrackingState('off');
|
||||
}
|
||||
|
||||
if ($rootScope.licenseMissing === true) {
|
||||
|
||||
Reference in New Issue
Block a user