diff --git a/awx/main/migrations/0085_v360_WFJT_prompts.py b/awx/main/migrations/0088_v360_WFJT_prompts.py similarity index 97% rename from awx/main/migrations/0085_v360_WFJT_prompts.py rename to awx/main/migrations/0088_v360_WFJT_prompts.py index 7df324e9fa..151f85129b 100644 --- a/awx/main/migrations/0085_v360_WFJT_prompts.py +++ b/awx/main/migrations/0088_v360_WFJT_prompts.py @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('main', '0084_v360_token_description'), + ('main', '0087_v360_update_credential_injector_help_text'), ] operations = [ diff --git a/awx/ui/test/spec/workflows/workflow-add.controller-test.js b/awx/ui/test/spec/workflows/workflow-add.controller-test.js index 46cf24f730..792ae75138 100644 --- a/awx/ui/test/spec/workflows/workflow-add.controller-test.js +++ b/awx/ui/test/spec/workflows/workflow-add.controller-test.js @@ -151,6 +151,8 @@ describe('Controller: WorkflowAdd', () => { allow_simultaneous: undefined, ask_inventory_on_launch: false, ask_variables_on_launch: false, + ask_limit_on_launch: false, + ask_scm_branch_on_launch: false, extra_vars: undefined }); });