Pass current apps to CredentialType setup method

This commit is contained in:
Alan Rominger
2021-06-17 21:23:30 -04:00
committed by Shane McDonald
parent 06b04007a0
commit cc616206b3
9 changed files with 32 additions and 15 deletions

View File

@@ -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):