mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 04:08:35 -05:00
Relocate encryption helpers, update settings, tests, and imports
This commit is contained in:
+1
-1
@@ -470,7 +470,7 @@ class CredentialInputField(JSONSchemaField):
|
||||
v != '$encrypted$',
|
||||
model_instance.pk
|
||||
]):
|
||||
decrypted_values[k] = utils.common.decrypt_field(model_instance, k)
|
||||
decrypted_values[k] = utils.decrypt_field(model_instance, k)
|
||||
else:
|
||||
decrypted_values[k] = v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user