mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Update settings references
* PROOT * Pendo tracking state * ad hoc commands * activity stream * org admin visibility
This commit is contained in:
@@ -194,7 +194,7 @@ class ApiV1ConfigView(APIView):
|
||||
license_reader = TaskSerializer()
|
||||
license_data = license_reader.from_file(show_key=request.user.is_superuser)
|
||||
|
||||
pendo_state = settings.PENDO_TRACKING_STATE if settings.PENDO_TRACKING_STATE in ('off', 'anonymous', 'detailed') else 'off'
|
||||
pendo_state = tower_settings.PENDO_TRACKING_STATE if tower_settings.PENDO_TRACKING_STATE in ('off', 'anonymous', 'detailed') else 'off'
|
||||
|
||||
data = dict(
|
||||
time_zone=settings.TIME_ZONE,
|
||||
|
||||
Reference in New Issue
Block a user