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