diff --git a/awx/ui/static/js/forms/Projects.js b/awx/ui/static/js/forms/Projects.js index 5402a4769e..1eb5bb98e7 100644 --- a/awx/ui/static/js/forms/Projects.js +++ b/awx/ui/static/js/forms/Projects.js @@ -15,6 +15,7 @@ angular.module('ProjectFormDefinition', []) editTitle: '{{ name }}', // Title in edit mode name: 'project', // entity or model name in singular form well: true, // Wrap the form with TB well + forceListeners: true, fields: { name: {