mirror of
https://github.com/ansible/awx.git
synced 2026-07-12 00:44:36 -02:30
Pass current apps to CredentialType setup method
This commit is contained in:
committed by
Shane McDonald
parent
06b04007a0
commit
cc616206b3
@@ -9,7 +9,7 @@ from awx.main.utils.common import set_current_apps
|
||||
|
||||
def create_new_credential_types(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