From 7952cb560b6d51c237cca05e309e1c0b8ce45826 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Sun, 17 Nov 2013 06:58:11 +0000 Subject: [PATCH] AC-640 Added additional help text explaining why an organization is required on a project. --- awx/ui/static/js/forms/Projects.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/Projects.js b/awx/ui/static/js/forms/Projects.js index f54f83f6b3..4e15fb1154 100644 --- a/awx/ui/static/js/forms/Projects.js +++ b/awx/ui/static/js/forms/Projects.js @@ -42,7 +42,9 @@ angular.module('ProjectFormDefinition', []) ngClick: 'lookUpOrganization()', awRequiredWhen: {variable: "organizationrequired", init: "true" }, awPopOver: '

A project must have at least one organization. Pick one organization now to create the project, and then after ' + - 'the project is created you can add additional organizations.' , + 'the project is created you can add additional organizations.

Only super users and organization administrators are allowed ' + + 'to make changes to projects. Associating one or more organizations to a project determins which organizations admins have ' + + 'access to modify the project.', dataTitle: 'Organization', dataContainer: 'body', dataPlacement: 'right'