mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Pass current apps to CredentialType setup method
This commit is contained in:
committed by
Shane McDonald
parent
06b04007a0
commit
cc616206b3
@@ -14,7 +14,7 @@ from awx.main.utils.common import set_current_apps
|
||||
|
||||
def setup_tower_managed_defaults(apps, schema_editor):
|
||||
set_current_apps(apps)
|
||||
CredentialType.setup_tower_managed_defaults()
|
||||
CredentialType.setup_tower_managed_defaults(apps)
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
Reference in New Issue
Block a user