mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 14:25:05 -02: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) {
|
if ($scope.newLicense.pendo) {
|
||||||
pendoService.updatePendoTrackingState('detailed');
|
pendoService.updatePendoTrackingState('detailed');
|
||||||
pendoService.issuePendoIdentity();
|
pendoService.issuePendoIdentity();
|
||||||
|
} else {
|
||||||
|
pendoService.updatePendoTrackingState('off');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($rootScope.licenseMissing === true) {
|
if ($rootScope.licenseMissing === true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user